Skip to content

Commit 3408cc4

Browse files
Bump bridgecrewio/checkov-action from 12.3093.0 to 12.3094.0 (#806)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3093.0 to 12.3094.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@002cd2e...9ff61ad) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3094.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 c82c0b0 commit 3408cc4

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
@@ -111,7 +111,7 @@ jobs:
111111
input_path: cloudformation
112112
- name: Run Checkov action
113113
id: checkov
114-
uses: bridgecrewio/checkov-action@002cd2e8cc0fe0535e6f364509e091c1a9870efa # master
114+
uses: bridgecrewio/checkov-action@9ff61ad7df06a619665acec928d66258bd6adc8f # master
115115
with:
116116
file: cloudformation/template.yml
117117
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
@@ -91,7 +91,7 @@ jobs:
9191
input_path: cloudformation
9292
- name: Run Checkov action
9393
id: checkov
94-
uses: bridgecrewio/checkov-action@002cd2e8cc0fe0535e6f364509e091c1a9870efa # master
94+
uses: bridgecrewio/checkov-action@9ff61ad7df06a619665acec928d66258bd6adc8f # master
9595
with:
9696
file: cloudformation/template.yml
9797
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

0 commit comments

Comments
 (0)