diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 652fdc19..2335e5ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: docker buildx imagetools inspect ghcr.io/avisi-cloud/${IMAGE_NAME}:${{ github.ref_name }} docker pull ghcr.io/avisi-cloud/${IMAGE_NAME}:${{ github.ref_name }} cosign verify --key cosign.pub ghcr.io/avisi-cloud/${IMAGE_NAME}:${{ github.ref_name }} - - uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0 + - uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0 with: image: ghcr.io/avisi-cloud/${{ env.IMAGE_NAME }}:${{ github.ref_name }}