From 56eceb5b3b49f3fd5ec670b0b959038881b8b59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:04:53 +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.2648.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2431.0...v12.2648.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..845fb97 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.2648.0 with: directory: . skip_check: CKV_OPENAPI_5,CKV_OPENAPI_4 # Demo swagger file \ No newline at end of file