From 102a5870284487af3078d16b51e25723986a88a5 Mon Sep 17 00:00:00 2001 From: John Collinson Date: Mon, 9 Sep 2024 12:55:06 +0100 Subject: [PATCH] Update checkov version. --- .github/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index a0351fb..c2d972a 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -66,7 +66,7 @@ jobs: - run: tflint - name: Checkov scan - uses: bridgecrewio/checkov-action@2.0.0 + uses: bridgecrewio/checkov-action@v12 with: directory: infrastructure quiet: true