From 1337bb5a28cd20607927ab690f627db893fe09a0 Mon Sep 17 00:00:00 2001 From: ppawlowski Date: Mon, 5 Feb 2024 09:37:31 +0100 Subject: [PATCH] Update checkov-action version in helm-chart.yml --- .github/workflows/helm-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 88e986a6..57747838 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -111,7 +111,7 @@ jobs: - name: Scan chart with checkov if: matrix.tool == 'checkov' - uses: bridgecrewio/checkov-action@v12 + uses: bridgecrewio/checkov-action@v12.2655.0 with: directory: ${{ github.workspace }}/helm var_file: ${{ github.workspace }}/helm/flowforge/ci/default-values.yaml