From 96fd70cd7be3a6a1da4ca635472969ff4cd8fdf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 06:39:15 +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.2649.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2431.0...v12.2649.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..2ca9316 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.2649.0 with: directory: . skip_check: CKV_OPENAPI_5,CKV_OPENAPI_4 # Demo swagger file \ No newline at end of file