feat: add auto_sbom_generation for SBOM auto generation on pushing a … (#19869)

feat: add auto_sbom_generation for SBOM auto generation on pushing a subject artifact

Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
This commit is contained in:
Shengwen YU 2024-01-24 14:13:46 +08:00 committed by GitHub
parent 5a576174b1
commit d88a32089a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7164,6 +7164,10 @@ definitions:
type: string
description: 'Whether scan images automatically when pushing. The valid values are "true", "false".'
x-nullable: true
auto_sbom_generation:
type: string
description: 'Whether generating SBOM automatically when pushing a subject artifact. The valid values are "true", "false".'
x-nullable: true
reuse_sys_cve_allowlist:
type: string
description: 'Whether this project reuse the system level CVE allowlist as the allowlist of its own. The valid values are "true", "false".