Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
# enabled registry. The signature, attestation, and image
# manifest together constitute the supply-chain bundle.
- name: Attach SBOM attestation to ghcr.io image
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
with:
subject-name: ${{ steps.meta.outputs.image }}
subject-digest: ${{ steps.build.outputs.digest }}
Expand All @@ -293,7 +293,7 @@ jobs:

- name: Attach SBOM attestation to Docker Hub image
if: ${{ steps.meta.outputs.dockerhub_enabled == 'true' }}
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
with:
subject-name: ${{ steps.meta.outputs.dockerhub_image }}
subject-digest: ${{ steps.build.outputs.digest }}
Expand All @@ -302,7 +302,7 @@ jobs:

- name: Attach SBOM attestation to ECR Public image
if: ${{ steps.meta.outputs.ecr_enabled == 'true' }}
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
with:
subject-name: ${{ steps.meta.outputs.ecr_image }}
subject-digest: ${{ steps.build.outputs.digest }}
Expand Down
Loading