diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4131ac..9012892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -247,7 +247,7 @@ jobs: push-to-registry: true - name: Generate image SBOM (SPDX JSON) - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 + uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d with: image: ${{ env.REGISTRY }}/${{ steps.image_repo.outputs.value }}@${{ steps.build_image.outputs.digest }} format: spdx-json diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index ce11166..0624b37 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -260,7 +260,7 @@ jobs: push-to-registry: true - name: Generate image SBOM (SPDX JSON) - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 + uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d with: image: ${{ env.REGISTRY }}/${{ steps.image_repo.outputs.value }}@${{ steps.build_image.outputs.digest }} format: spdx-json