diff --git a/.github/workflows/reusable-docker-build.yml b/.github/workflows/reusable-docker-build.yml index 790294c..7610e02 100644 --- a/.github/workflows/reusable-docker-build.yml +++ b/.github/workflows/reusable-docker-build.yml @@ -368,7 +368,7 @@ jobs: eval '${{ inputs.test }}' - name: Scan built image with Anchore if: ${{ inputs.scan == 'true' }} - uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0 + uses: anchore/scan-action@27805bf3b4e84b4a5c980df22ed233c00390a439 # v7.4.2 with: image: ${{ steps.run-info.outputs.image-with-tag-for-test }} fail-build: ${{ inputs.scan-fail-build }}