Skip to content

Commit 54d168c

Browse files
Bump bridgecrewio/checkov-action from 12.2411.0 to 12.2412.0 (#157)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2411.0 to 12.2412.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@7f0e674...cca064a) --- 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> Co-authored-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent ea53e8d commit 54d168c

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
@@ -68,7 +68,7 @@ jobs:
6868
input_path: cloudformation
6969
- name: Run Checkov action
7070
id: checkov
71-
uses: bridgecrewio/checkov-action@7f0e674e24001f723243d9a559890127010ab34b # master
71+
uses: bridgecrewio/checkov-action@cca064a3507b1231efd4120a4ceff7fcec90e0f2 # master
7272
with:
7373
file: cloudformation/template.yml
7474
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@7f0e674e24001f723243d9a559890127010ab34b # master
45+
uses: bridgecrewio/checkov-action@cca064a3507b1231efd4120a4ceff7fcec90e0f2 # master
4646
with:
4747
file: cloudformation/template.yml
4848
skip_check: CKV_AWS_59,CKV_AWS_120

0 commit comments

Comments
 (0)