mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
introduce build.provenance and sbom support
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
1d2223fb23
commit
8f91793fb5
7 changed files with 63 additions and 9 deletions
|
|
@ -170,8 +170,12 @@ type BuildOptions struct {
|
|||
Print bool
|
||||
// Check let builder validate build configuration
|
||||
Check bool
|
||||
// Provenance
|
||||
Provenance bool
|
||||
// Attestations allows to enable attestations generation
|
||||
Attestations bool
|
||||
// Provenance generate a provenance attestation
|
||||
Provenance string
|
||||
// SBOM generate a SBOM attestation
|
||||
SBOM string
|
||||
}
|
||||
|
||||
// Apply mutates project according to build options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue