File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ jobs:
69
69
input_path : cloudformation
70
70
- name : Run Checkov action
71
71
id : checkov
72
- uses : bridgecrewio/checkov-action@1b813e8f72afe2b6263a6ea10c873707e21ebe44 # master
72
+ uses : bridgecrewio/checkov-action@be3465ae00c3f4e125ac7a63e91672f9df26337f # master
73
73
with :
74
74
file : cloudformation/template.yml
75
- skip_check : CKV_AWS_59,CKV_AWS_120
75
+ skip_check : CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71
76
76
framework : cloudformation
77
77
output_format : sarif
78
78
output_file_path : reports/results.sarif
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
48
48
input_path : cloudformation
49
49
- name : Run Checkov action
50
50
id : checkov
51
- uses : bridgecrewio/checkov-action@1b813e8f72afe2b6263a6ea10c873707e21ebe44 # master
51
+ uses : bridgecrewio/checkov-action@be3465ae00c3f4e125ac7a63e91672f9df26337f # master
52
52
with :
53
53
file : cloudformation/template.yml
54
- skip_check : CKV_AWS_59,CKV_AWS_120
54
+ skip_check : CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71
55
55
framework : cloudformation
56
56
output_format : sarif
57
57
output_file_path : reports/results.sarif
You can’t perform that action at this time.
0 commit comments