Skip to content

Commit 8b0fdf7

Browse files
Bump bridgecrewio/checkov-action from 12.3101.0 to 12.3102.0 (#827)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3101.0 to 12.3102.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@9201a8e...4048c97) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3102.0 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 570f426 commit 8b0fdf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
input_path: cloudformation
113113
- name: Run Checkov action
114114
id: checkov
115-
uses: bridgecrewio/checkov-action@9201a8e6eaa919e3444d7c4ca691896efde4f033 # master
115+
uses: bridgecrewio/checkov-action@4048c972aae68d0b983a48bb3479aab2d877b898 # master
116116
with:
117117
file: cloudformation/template.yml
118118
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
@@ -94,7 +94,7 @@ jobs:
9494
input_path: cloudformation
9595
- name: Run Checkov action
9696
id: checkov
97-
uses: bridgecrewio/checkov-action@9201a8e6eaa919e3444d7c4ca691896efde4f033 # master
97+
uses: bridgecrewio/checkov-action@4048c972aae68d0b983a48bb3479aab2d877b898 # master
9898
with:
9999
file: cloudformation/template.yml
100100
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

0 commit comments

Comments
 (0)