diff --git a/.github/workflows/.reusable-sast.yml b/.github/workflows/.reusable-sast.yml index 4932b68c7..6bf9ddb39 100644 --- a/.github/workflows/.reusable-sast.yml +++ b/.github/workflows/.reusable-sast.yml @@ -34,7 +34,7 @@ jobs: shell: bash - name: Scan if: inputs.output == 'table' - uses: bridgecrewio/checkov-action@cc23a656ff707900310d6870ca2b4289fa070396 # v12.2917.0 + uses: bridgecrewio/checkov-action@05decb42b761b4c4ce4927c084165bb4705bbcef # v12.2918.0 with: output_format: cli output_file_path: console @@ -42,7 +42,7 @@ jobs: file: deployment/deployment.yaml - name: Scan if: inputs.output == 'sarif' - uses: bridgecrewio/checkov-action@cc23a656ff707900310d6870ca2b4289fa070396 # v12.2917.0 + uses: bridgecrewio/checkov-action@05decb42b761b4c4ce4927c084165bb4705bbcef # v12.2918.0 with: output_file_path: console,checkov-results.sarif output_format: cli,sarif