We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2642694 commit 8676229Copy full SHA for 8676229
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
input_path: cloudformation
70
- name: Run Checkov action
71
id: checkov
72
- uses: bridgecrewio/checkov-action@24efff410ab3a0ae8a83e3fb913cf90ceaaddb3a # master
+ uses: bridgecrewio/checkov-action@0508198fad4b571224c8679878f2b94b8a82c395 # master
73
with:
74
file: cloudformation/template.yml
75
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71
.github/workflows/pullrequest.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments