diff --git a/.github/workflows/.reusable-sast.yml b/.github/workflows/.reusable-sast.yml index 4932b68c7..f612b071c 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@44d9531f89422962743d17ab123eff971d559c94 # v12.2923.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@44d9531f89422962743d17ab123eff971d559c94 # v12.2923.0 with: output_file_path: console,checkov-results.sarif output_format: cli,sarif