File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515PUSH_ON_BUILD ?= false
16- DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD ) --provenance=false --sbom=false
17- DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64,linux/arm64
16+ ATTACH_ATTESTATIONS ?= false
17+ DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD ) --provenance=$(ATTACH_ATTESTATIONS ) --sbom=$(ATTACH_ATTESTATIONS )
18+ DOCKER_BUILD_PLATFORM_OPTIONS ?= --platform=linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515PUSH_ON_BUILD ?= false
16- DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64
16+ ATTACH_ATTESTATIONS ?= false
17+ DOCKER_BUILD_PLATFORM_OPTIONS ?= --platform=linux/amd64
18+ DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD ) --provenance=$(ATTACH_ATTESTATIONS ) --sbom=$(ATTACH_ATTESTATIONS )
1719
1820ifeq ($(PUSH_ON_BUILD ) ,true)
1921 $(DOCKER) push "$(IMAGE)"
You can’t perform that action at this time.
0 commit comments