Skip to content

Commit 7e465eb

Browse files
authored
Remove SBOM and provenance attestations from CI build step
1 parent d31e43a commit 7e465eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ jobs:
230230
--tag ${{ env.REGISTRY_NAME }}/${{ matrix.image }}:${{ env.TAG }}-${PLATFORM_TAG} \
231231
--cache-from type=registry,ref=${{ env.REGISTRY_NAME }}/${{ matrix.image }}:latest \
232232
--cache-to type=inline \
233-
--attest type=sbom \
234-
--attest type=provenance,mode=max \
235233
./${{ matrix.image }}
236234
env:
237235
REGISTRY_NAME: ${{ env.REGISTRY_NAME }}

0 commit comments

Comments
 (0)