Skip to content

Commit

Permalink
fix(secrets): ignore secret check in test file (#6105)
Browse files Browse the repository at this point in the history
ignore secret check in test
  • Loading branch information
YaaraVerner authored Mar 20, 2024
1 parent f7d119d commit 53e202d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "google_cloudbuild_trigger" "build-trigger" {
secret {
kms_key_name = "projects/myProject/locations/global/keyRings/keyring-name/cryptoKeys/key-name"
secret_env = {
PASSWORD = "ZW5jcnlwdGVkLXBhc3N3b3JkCg==" # checkov:skip=CKV_SECRET_6 test secret
PASSWORD = "ZW5jcnlwdGVkLXBhc3N3b3JkCg==" # checkov:skip=CKV_SECRET_6 test secret # checkov:skip=CKV_SECRET_80 test secret
}
}
available_secrets {
Expand Down

0 comments on commit 53e202d

Please sign in to comment.