From b143f6dc52d4511e0703adf073b2c77b5adf73f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:52:47 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.2687.0 to 12.2697.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2687.0 to 12.2697.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2687.0...v12.2697.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/plan.yml | 2 +- .github/workflows/receive-pull-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index 14af7fc..1aa5049 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2687.0 + uses: bridgecrewio/checkov-action@v12.2697.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 589316a..c2bedf8 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2687.0 + uses: bridgecrewio/checkov-action@v12.2697.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/receive-pull-request.yml b/.github/workflows/receive-pull-request.yml index ea537ab..2b97357 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.2687.0 + uses: bridgecrewio/checkov-action@v12.2697.0 with: framework: terraform # we are fine with Google's Keys