Skip to content

Commit 49eaaec

Browse files
Bump bridgecrewio/checkov-action from 12.2860.0 to 12.2862.0 (#451)
* Bump bridgecrewio/checkov-action from 12.2860.0 to 12.2862.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2860.0 to 12.2862.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@1b813e8...be3465a) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * ignore CKV2_AWS_71 Signed-off-by: James Pether Sörling <[email protected]> * ignore CKV2_AWS_71 Signed-off-by: James Pether Sörling <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: James Pether Sörling <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Pether Sörling <[email protected]>
1 parent 32c0cb8 commit 49eaaec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
input_path: cloudformation
7070
- name: Run Checkov action
7171
id: checkov
72-
uses: bridgecrewio/checkov-action@1b813e8f72afe2b6263a6ea10c873707e21ebe44 # master
72+
uses: bridgecrewio/checkov-action@be3465ae00c3f4e125ac7a63e91672f9df26337f # master
7373
with:
7474
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
7676
framework: cloudformation
7777
output_format: sarif
7878
output_file_path: reports/results.sarif

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
input_path: cloudformation
4949
- name: Run Checkov action
5050
id: checkov
51-
uses: bridgecrewio/checkov-action@1b813e8f72afe2b6263a6ea10c873707e21ebe44 # master
51+
uses: bridgecrewio/checkov-action@be3465ae00c3f4e125ac7a63e91672f9df26337f # master
5252
with:
5353
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
5555
framework: cloudformation
5656
output_format: sarif
5757
output_file_path: reports/results.sarif

0 commit comments

Comments
 (0)