mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-23 07:11:36 +01:00
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:
parent
5a576174b1
commit
d88a32089a
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user