Skip to content

Commit 3f44288

Browse files
Bump bridgecrewio/checkov-action from 12.3075.0 to 12.3076.0 (#728)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3075.0 to 12.3076.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@02a4c5d...1f0ef82) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3076.0 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 aad9167 commit 3f44288

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
@@ -110,7 +110,7 @@ jobs:
110110
input_path: cloudformation
111111
- name: Run Checkov action
112112
id: checkov
113-
uses: bridgecrewio/checkov-action@02a4c5d6a02367e5ea493c34c26b094302fd3f61 # master
113+
uses: bridgecrewio/checkov-action@1f0ef821c5e4e9c5c9ae9550701402d75c9608b5 # master
114114
with:
115115
file: cloudformation/template.yml
116116
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
input_path: cloudformation
9090
- name: Run Checkov action
9191
id: checkov
92-
uses: bridgecrewio/checkov-action@02a4c5d6a02367e5ea493c34c26b094302fd3f61 # master
92+
uses: bridgecrewio/checkov-action@1f0ef821c5e4e9c5c9ae9550701402d75c9608b5 # master
9393
with:
9494
file: cloudformation/template.yml
9595
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

0 commit comments

Comments
 (0)