Skip to content

Commit 21c3ae5

Browse files
Bump bridgecrewio/checkov-action from 12.2647.0 to 12.2648.0 (#290)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2647.0 to 12.2648.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@f740afd...db8f320) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c43e2d3 commit 21c3ae5

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@f740afd55fea9dfbc4039fdabae43c4b6719a506 # master
70+
uses: bridgecrewio/checkov-action@db8f32093c4e33c2cd54678403ec2ab1944059e7 # 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@f740afd55fea9dfbc4039fdabae43c4b6719a506 # master
51+
uses: bridgecrewio/checkov-action@db8f32093c4e33c2cd54678403ec2ab1944059e7 # master
5252
with:
5353
file: cloudformation/template.yml
5454
skip_check: CKV_AWS_59,CKV_AWS_120

0 commit comments

Comments
 (0)