Skip to content

Commit 6626ff1

Browse files
Bump bridgecrewio/checkov-action from 12.2522.0 to 12.2525.0 (#233)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2522.0 to 12.2525.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@c5db3e6...7c0ac96) --- 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 5e8a44a commit 6626ff1

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
@@ -71,7 +71,7 @@ jobs:
7171
input_path: cloudformation
7272
- name: Run Checkov action
7373
id: checkov
74-
uses: bridgecrewio/checkov-action@c5db3e6909901aca17f39b1cb9d2f28c5c126bfe # master
74+
uses: bridgecrewio/checkov-action@7c0ac969f8f038127517995ba6dd82ef9d02f7d4 # master
7575
with:
7676
file: cloudformation/template.yml
7777
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
@@ -48,7 +48,7 @@ jobs:
4848
input_path: cloudformation
4949
- name: Run Checkov action
5050
id: checkov
51-
uses: bridgecrewio/checkov-action@c5db3e6909901aca17f39b1cb9d2f28c5c126bfe # master
51+
uses: bridgecrewio/checkov-action@7c0ac969f8f038127517995ba6dd82ef9d02f7d4 # master
5252
with:
5353
file: cloudformation/template.yml
5454
skip_check: CKV_AWS_59,CKV_AWS_120

0 commit comments

Comments
 (0)