diff --git a/.github/workflows/check-vulnerabilities.yaml b/.github/workflows/check-vulnerabilities.yaml index 8cc106f..1a9bdd7 100644 --- a/.github/workflows/check-vulnerabilities.yaml +++ b/.github/workflows/check-vulnerabilities.yaml @@ -29,7 +29,7 @@ jobs: COSIGN_EXPERIMENTAL=1 cosign verify-attestation --type spdx ${{ inputs.image }} | jq '.payload |= @base64d | .payload | fromjson | select( .predicateType=="https://spdx.dev/Document" ) | .predicate.Data | fromjson | .' > spdx.json - name: Scan image id: scan - uses: anchore/scan-action@1d59d90b47fc11ff8f97822da6c25eec888f81cf # ratchet:anchore/scan-action@v3 + uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # ratchet:anchore/scan-action@v3 with: sbom: spdx.json output-format: table