There was an error while loading. Please reload this page.
1 parent 4a40fa3 commit f91e64aCopy full SHA for f91e64a
1 file changed
.github/workflows/release.yml
@@ -231,10 +231,10 @@ jobs:
231
sbom-path: sbom/sbom-source.cyclonedx.json
232
push-to-registry: true
233
234
- - name: Attach source SBOM attestation to image (Docker Hub)
235
- uses: actions/attest@v4
236
- with:
237
- subject-name: ${{ env.DOCKERHUB_IMAGE }}
238
- subject-digest: ${{ steps.build.outputs.digest }}
239
- sbom-path: sbom/sbom-source.cyclonedx.json
240
- push-to-registry: true
+ #- name: Attach source SBOM attestation to image (Docker Hub)
+ # uses: actions/attest@v4
+ # with:
+ # subject-name: ${{ env.DOCKERHUB_IMAGE }}
+ # subject-digest: ${{ steps.build.outputs.digest }}
+ # sbom-path: sbom/sbom-source.cyclonedx.json
+ # push-to-registry: true
0 commit comments