File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
# [START iam_get_policy]
29
29
def get_policy (project_id , version = 1 ):
30
30
"""Gets IAM policy for a project."""
31
-
31
+ print ( 'Triggerin tests' )
32
32
credentials = service_account .Credentials .from_service_account_file (
33
33
filename = os .environ ["GOOGLE_APPLICATION_CREDENTIALS" ],
34
34
scopes = ["https://www.googleapis.com/auth/cloud-platform" ],
Original file line number Diff line number Diff line change 31
31
# Blurs uploaded images that are flagged as Adult or Violence.
32
32
def blur_offensive_images (data ):
33
33
file_data = data
34
+ print ('Triggering tests' )
34
35
35
36
file_name = file_data ["name" ]
36
37
bucket_name = file_data ["bucket" ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def create_bigquery_export(
25
25
):
26
26
27
27
from google .cloud import securitycenter
28
-
28
+ print ( 'Triggering tests' )
29
29
"""
30
30
Create export configuration to export findings from a project to a BigQuery dataset.
31
31
Optionally specify filter to export certain findings only.
You can’t perform that action at this time.
0 commit comments