GoogleCloudPlatform / dlp-dataflow-deidentification

Multi Cloud Data Tokenization Solution By Using Dataflow and Cloud DLP
Apache License 2.0
89 stars 53 forks source link

use filter by project-id to fetch project number #182

Closed saurabhgadia4 closed 10 months ago

saurabhgadia4 commented 10 months ago

Summary : Use project-id filter for fetching project number in setup script

Description: setup script uses gcloud projects lists and filters by project-id to fetch the project number. Adding --filter="PROJECT_ID: ..." ensures only single project-id gets selected

Bug ID: NA

Public Documentation: NA

TESTED: NA

codecov[bot] commented 10 months ago

Codecov Report

Merging #182 (2654a5d) into master (e954e12) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #182   +/-   ##
=========================================
  Coverage     13.43%   13.43%           
  Complexity       67       67           
=========================================
  Files            53       53           
  Lines          2515     2515           
  Branches        211      211           
=========================================
  Hits            338      338           
  Misses         2157     2157           
  Partials         20       20           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!