From 524ba76990d727bb2306b4f7448226b2fbdf93f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:42:01 +0000 Subject: [PATCH] build(deps): bump bridgecrewio/checkov-action Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2431.0 to 12.2660.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2431.0...v12.2660.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/pr-checkov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checkov.yaml b/.github/workflows/pr-checkov.yaml index dd9684f..c7e132d 100644 --- a/.github/workflows/pr-checkov.yaml +++ b/.github/workflows/pr-checkov.yaml @@ -16,7 +16,7 @@ jobs: - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2431.0 + uses: bridgecrewio/checkov-action@v12.2660.0 with: directory: . skip_check: CKV_OPENAPI_5,CKV_OPENAPI_4 # Demo swagger file \ No newline at end of file