MCPcopy
hub / github.com/docker/build-push-action / noDefaultAttestations

Function noDefaultAttestations

src/context.ts:287–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285}
286
287function noDefaultAttestations(): boolean {
288 if (process.env.BUILDX_NO_DEFAULT_ATTESTATIONS) {
289 return Util.parseBool(process.env.BUILDX_NO_DEFAULT_ATTESTATIONS);
290 }
291 return false;
292}

Callers 1

getAttestArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected