Skip to content

Commit c4b37cb

Browse files
committed
fix: added provenance default back for security
1 parent cfb3eac commit c4b37cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
platforms: linux/amd64,linux/arm64
5656
push: true
5757
sbom: true
58-
provenance: false
5958
tags: ${{ steps.meta.outputs.tags }}
6059
labels: ${{ steps.meta.outputs.labels }}
6160
annotations: ${{ steps.meta.outputs.annotations }}

.github/workflows/on-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
platforms: linux/amd64,linux/arm64
6161
push: true
6262
sbom: true
63-
provenance: false
6463
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
6564
cache-from: type=gha
6665
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)