From eeda7bd06dff8899f64e69f01097957313f7ef9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 08:47:14 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.3081.0 to 12.3082.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3081.0 to 12.3082.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/b3c44b4437c93549fc8cfaef9208497ba4955d39...81ec5eb0ef150170f3bda7759e3878fa1a5bd413) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3082.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checkov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkov.yaml b/.github/workflows/checkov.yaml index 4d65b291..35b3b43d 100644 --- a/.github/workflows/checkov.yaml +++ b/.github/workflows/checkov.yaml @@ -24,7 +24,7 @@ jobs: - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@b3c44b4437c93549fc8cfaef9208497ba4955d39 + uses: bridgecrewio/checkov-action@81ec5eb0ef150170f3bda7759e3878fa1a5bd413 with: skip_check: CKV_DOCKER_2,CKV_DOCKER_3,CKV_SECRET_6 quiet: true