Skip to content

Commit 08a4676

Browse files
Bump bridgecrewio/checkov-action from 12.2809.0 to 12.2811.0 (#406)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2809.0 to 12.2811.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@8e15b4f...822daab) --- 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 e491521 commit 08a4676

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@8e15b4f80a52cb5acf44a8b6de370dd60ceed4a0 # master
72+
uses: bridgecrewio/checkov-action@822daab5b7e499b443dd08e0217886b11a8b71fd # master
7373
with:
7474
file: cloudformation/template.yml
7575
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@8e15b4f80a52cb5acf44a8b6de370dd60ceed4a0 # master
51+
uses: bridgecrewio/checkov-action@822daab5b7e499b443dd08e0217886b11a8b71fd # master
5252
with:
5353
file: cloudformation/template.yml
5454
skip_check: CKV_AWS_59,CKV_AWS_120

0 commit comments

Comments
 (0)