Skip to content

Commit 4890726

Browse files
Bump bridgecrewio/checkov-action from 12.3041.0 to 12.3043.0 (#643)
--- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3043.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[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 884d165 commit 4890726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
input_path: cloudformation
7070
- name: Run Checkov action
7171
id: checkov
72-
uses: bridgecrewio/checkov-action@1f2e259aa3708b9c7fe05e879fcd1035381c63de # master
72+
uses: bridgecrewio/checkov-action@143db8a7d01ec679dd67e8ac951ef66e4b18a411 # master
7373
with:
7474
file: cloudformation/template.yml
7575
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
input_path: cloudformation
4949
- name: Run Checkov action
5050
id: checkov
51-
uses: bridgecrewio/checkov-action@1f2e259aa3708b9c7fe05e879fcd1035381c63de # master
51+
uses: bridgecrewio/checkov-action@143db8a7d01ec679dd67e8ac951ef66e4b18a411 # master
5252
with:
5353
file: cloudformation/template.yml
5454
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

0 commit comments

Comments
 (0)