Skip to content

Commit 4200386

Browse files
authored
fix: Update container-publish remove SBOM attest
1 parent 25b151f commit 4200386

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/container-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
subject-digest: ${{ steps.push.outputs.digest }}
9494
push-to-registry: true
9595

96-
- name: Attest Container SBOM
97-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
98-
with:
99-
subject-path:: '*.spdx.json'
96+
# - name: Attest Container SBOM
97+
# uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
98+
# with:
99+
# subject-path:: '*.spdx.json'

0 commit comments

Comments
 (0)