Skip to content

Commit

Permalink
Merge pull request #88 from shivakunv/exclude_attestation_manifests
Browse files Browse the repository at this point in the history
Exclude attestation manifests (sbom, provenance) during the build usi…
  • Loading branch information
cdesiniotis authored Jul 1, 2024
2 parents b699211 + 0c3aa06 commit 3176177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/container/multi-arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

PUSH_ON_BUILD ?= false
ATTACH_ATTESTATIONS ?= false
DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD),provenance=$(ATTACH_ATTESTATIONS),sbom=$(ATTACH_ATTESTATIONS)
DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD) --provenance=$(ATTACH_ATTESTATIONS) --sbom=$(ATTACH_ATTESTATIONS)
DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64,linux/arm64

REGCTL ?= regctl
Expand Down

0 comments on commit 3176177

Please sign in to comment.