Skip to content

Commit

Permalink
feat: add auto_sbom_generation for SBOM auto generation on pushing a … (
Browse files Browse the repository at this point in the history
#19869)

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

Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen YU authored Jan 24, 2024
1 parent 5a57617 commit d88a320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/v2.0/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit d88a320

Please sign in to comment.