Skip to content

Commit 50385d3

Browse files
Bump bridgecrewio/checkov-action from 12.2386.0 to 12.2387.0 (#132)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2386.0 to 12.2387.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@812c4c6...6fe944f) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a87f79 commit 50385d3

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
@@ -47,7 +47,7 @@ jobs:
4747
input_path: cloudformation
4848
- name: Run Checkov action
4949
id: checkov
50-
uses: bridgecrewio/checkov-action@812c4c67ff222584dba2e1bf41cd5ac319eae6bb # master
50+
uses: bridgecrewio/checkov-action@6fe944f4f1458d61a948e4df5c02e624e88fa4ea # master
5151
with:
5252
file: cloudformation/template.yml
5353
skip_check: CKV_AWS_59,CKV_AWS_120

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
input_path: cloudformation
4343
- name: Run Checkov action
4444
id: checkov
45-
uses: bridgecrewio/checkov-action@812c4c67ff222584dba2e1bf41cd5ac319eae6bb # master
45+
uses: bridgecrewio/checkov-action@6fe944f4f1458d61a948e4df5c02e624e88fa4ea # master
4646
with:
4747
file: cloudformation/template.yml
4848
skip_check: CKV_AWS_59,CKV_AWS_120

0 commit comments

Comments
 (0)