Skip to content

Commit 4eef7a4

Browse files
committed
Remove provenance and sbom
1 parent 3dbd484 commit 4eef7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
# Your local command used --load; in CI we push instead. (--load is single-arch only and not suited for multi-arch CI.)
8181
cache-from: type=gha
8282
cache-to: type=gha,mode=max
83-
provenance: true
84-
sbom: true
83+
provenance: false
84+
sbom: false
8585

8686
# Optional: attest the pushed image (supply chain)
8787
- name: Attest image (SLSA-style)

0 commit comments

Comments
 (0)