From bc711b4523132c45a89305f270a4f2fbfc24f68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 06:38:26 +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.2654.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2431.0...v12.2654.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..9ddaca9 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.2654.0 with: directory: . skip_check: CKV_OPENAPI_5,CKV_OPENAPI_4 # Demo swagger file \ No newline at end of file