| Message ID | 20260424-silence-sbom-cve-check-warnings-v1-1-8f320dcdf586@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config.json: metrics: silence warnings from sbom-cve-check | expand |
diff --git a/config.json b/config.json index bc0c031..beb03d5 100644 --- a/config.json +++ b/config.json @@ -1388,6 +1388,7 @@ "extravars" : [ "OE_FRAGMENTS += 'core/yocto/sbom-cve-check'", "INHERIT += 'sbom-cve-check-recipe'", + "SBOM_CVE_CHECK_SHOW_WARNINGS = '0'", "BB_DISKMON_DIRS = ''", "LICENSE_FLAGS_ACCEPTED = 'commercial'", "BB_SERVER_TIMEOUT = '0'"
This used to be that way with the cve-check class but that variable for sbom-cve-check was added just recently [1]. [1]: https://git.openembedded.org/openembedded-core/commit/?id=5a5162406ffed68fa82476f81c0709c2a05e735f Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- config.json | 1 + 1 file changed, 1 insertion(+) --- base-commit: 251dbadeb48a21c825c952a140b42523e5463229 change-id: 20260424-silence-sbom-cve-check-warnings-5876e21a07b2