We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b151f commit 4200386Copy full SHA for 4200386
.github/workflows/container-publish.yml
@@ -93,7 +93,7 @@ jobs:
93
subject-digest: ${{ steps.push.outputs.digest }}
94
push-to-registry: true
95
96
- - name: Attest Container SBOM
97
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
98
- with:
99
- subject-path:: '*.spdx.json'
+ # - name: Attest Container SBOM
+ # uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
+ # with:
+ # subject-path:: '*.spdx.json'
0 commit comments