Skip to content

Commit 31182de

Browse files
committed
Add logging Options to GCP Cloud Build config
1 parent beae5e3 commit 31182de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

terraform/gcp/cloudbuild.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ steps:
55
args:
66
- -c
77
- |
8-
pip install checkov --quiet
9-
checkov -d . --quiet --soft-fail
8+
pip install checkov --quiet
9+
checkov -d . --quiet --soft-fail
10+
11+
options:
12+
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)