From d88a32089a9ba669df16085b275cf81ab97a97ea Mon Sep 17 00:00:00 2001 From: Shengwen YU Date: Wed, 24 Jan 2024 14:13:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20add=20auto=5Fsbom=5Fgeneration=20for=20?= =?UTF-8?q?SBOM=20auto=20generation=20on=20pushing=20a=20=E2=80=A6=20(#198?= =?UTF-8?q?69)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat: add auto_sbom_generation for SBOM auto generation on pushing a subject artifact Signed-off-by: Shengwen Yu --- api/v2.0/swagger.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index 523aaad62..094076925 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -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".