Skip to content

Commit

Permalink
Test check fail validation
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Sep 16, 2023
1 parent 4129489 commit 4a52492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
with:
directory: cdk-synth-output-folder/
framework: cloudformation
soft_fail: false # optional: do not return an error code if there are failed checks
soft_fail: true # optional: do not return an error code if there are failed checks
skip_check: CKV_AWS_2 # optional: skip a specific check_id. can be comma separated list
quiet: true # optional: display only failed checks
log_level: WARNING # optional: set log level. Default WARNING
Expand Down

0 comments on commit 4a52492

Please sign in to comment.