diff --git a/.github/workflows/SCA-Anchore-Syft-SBOM.yml b/.github/workflows/SCA-Anchore-Syft-SBOM.yml index 7cf2057..ba5aa50 100644 --- a/.github/workflows/SCA-Anchore-Syft-SBOM.yml +++ b/.github/workflows/SCA-Anchore-Syft-SBOM.yml @@ -32,7 +32,7 @@ jobs: run: docker build ./src/webapp01 --file ./src/webapp01/Dockerfile --tag ${{ env.imageName }}:${{ env.tag }} - name: Scan the image and upload dependency results - uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c + uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b continue-on-error: true with: image: "${{ env.imageName }}:${{ env.tag }}"