From 1136caeb9d638a884dd1df63a35f4f30cd84a20a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 12:11:24 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.2750.0 to 12.2760.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2750.0 to 12.2760.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2750.0...v12.2760.0) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/apply.yml | 2 +- .github/workflows/bootstrap.yml | 2 +- .github/workflows/plan.yml | 2 +- .github/workflows/receive-pull-request.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index 2ff4616..ba748e8 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2750.0 + uses: bridgecrewio/checkov-action@v12.2760.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index f3345fa..4a53a9e 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2750.0 + uses: bridgecrewio/checkov-action@v12.2760.0 with: framework: terraform output_format: cli diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 684ac84..0dfe728 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2750.0 + uses: bridgecrewio/checkov-action@v12.2760.0 lint: runs-on: ubuntu-20.04 diff --git a/.github/workflows/receive-pull-request.yml b/.github/workflows/receive-pull-request.yml index 771193a..ae3ded9 100644 --- a/.github/workflows/receive-pull-request.yml +++ b/.github/workflows/receive-pull-request.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2750.0 + uses: bridgecrewio/checkov-action@v12.2760.0 with: framework: terraform output_format: cli