Skip to content

Commit f774391

Browse files
Bump bridgecrewio/checkov-action from 12.2723.0 to 12.2725.0
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2723.0 to 12.2725.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@16a4995...c6c05b2) --- 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>
1 parent 7ce1ca6 commit f774391

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
@@ -67,7 +67,7 @@ jobs:
6767
input_path: cloudformation
6868
- name: Run Checkov action
6969
id: checkov
70-
uses: bridgecrewio/checkov-action@16a499510c688de562827ce542c1bc3e641aea2c # master
70+
uses: bridgecrewio/checkov-action@c6c05b216fb705c2c425876173ebe2fcbd3eb91c # master
7171
with:
7272
file: cloudformation/template.yml
7373
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@16a499510c688de562827ce542c1bc3e641aea2c # master
51+
uses: bridgecrewio/checkov-action@c6c05b216fb705c2c425876173ebe2fcbd3eb91c # master
5252
with:
5353
file: cloudformation/template.yml
5454
skip_check: CKV_AWS_59,CKV_AWS_120

0 commit comments

Comments
 (0)