Skip to content

Commit

Permalink
Bump bridgecrewio/checkov-action from 12.2264.0 to 12.2467.0
Browse files Browse the repository at this point in the history
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2264.0 to 12.2467.0.
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@v12.2264.0...v12.2467.0)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and koenighotze committed Oct 20, 2023
1 parent 70280e3 commit bd0aa2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@v12.2264.0
uses: bridgecrewio/checkov-action@v12.2467.0
with:
framework: terraform
# we are fine with Google's Keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/receive-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@v12.2264.0
uses: bridgecrewio/checkov-action@v12.2467.0
with:
framework: terraform
# we are fine with Google's Keys
Expand Down

0 comments on commit bd0aa2e

Please sign in to comment.