Skip to content

Commit bcf29d5

Browse files
committed
feat: switch sbom to default to true
1 parent f31eb71 commit bcf29d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ on:
6969
sbom:
7070
description: 'Generate and attach an SBOM attestation to each arch image'
7171
required: false
72-
default: false
72+
default: true
7373
type: boolean
7474
provenance:
7575
description: 'Provenance attestation mode passed to docker/build-push-action (e.g. mode=min, mode=max, false). Empty string uses the action default (mode=min).'
7676
required: false
77-
default: ''
77+
default: 'mode=max'
7878
type: string
7979
sign_image:
8080
description: 'Sign the final manifest image keyless using cosign (requires id-token: write permission in the caller workflow)'

0 commit comments

Comments
 (0)