Skip to content

Commit a403b2e

Browse files
Bump bridgecrewio/checkov-action from 12.2971.0 to 12.2972.0 (#564)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2971.0 to 12.2972.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@72c2294...e13ed1f) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action 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>
1 parent f70a4d8 commit a403b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
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@72c22944301f0b6812aeaf227ee1957c2bb856d0 # master
72+
uses: bridgecrewio/checkov-action@e13ed1fd0f03094b3dcb4389c2f46ef4df9292b1 # master
7373
with:
7474
file: cloudformation/template.yml
7575
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

.github/workflows/pullrequest.yml

+1-1
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@72c22944301f0b6812aeaf227ee1957c2bb856d0 # master
51+
uses: bridgecrewio/checkov-action@e13ed1fd0f03094b3dcb4389c2f46ef4df9292b1 # 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)