Skip to content

Commit 7d34110

Browse files
committed
ci: Disable non-OCI-compliant provenance
1 parent 9d914f3 commit 7d34110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ runs:
6565
labels: ${{ inputs.image_labels }}
6666
file: docker/Dockerfile
6767
build-args: COSIGN_VERSION=${{ inputs.cosign_version }}
68-
sbom: true
69-
provenance: true
68+
sbom: false # Duplicates SBOMs manually created below
69+
provenance: false #TODO: Set to false, as resulting format is not OCI (GHCR) compliant (https://github.com/docker/build-push-action/issues/820) and causes problems with GHCR and e.g. image deletion (https://github.com/snok/container-retention-policy/issues/63)
7070
- name: Create SBOM
7171
uses: anchore/sbom-action@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1
7272
with:

0 commit comments

Comments
 (0)