]> git.ipfire.org Git - thirdparty/linux.git/commit
scripts/sbom: setup sbom logging
authorLuis Augenstein <luis.augenstein@tngtech.com>
Mon, 18 May 2026 06:20:50 +0000 (08:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 11:14:40 +0000 (13:14 +0200)
commit3fd79200835f382261a7b53fed659625b22484af
tree4b3bfee4a4d4caa59535121b19aba804a35f7483
parente72b635ceaf7e8d5ad757169d5950c43adeb5261
scripts/sbom: setup sbom logging

Add logging infrastructure for warnings and errors.
Errors and warnings are accumulated and summarized in the end.

Assisted-by: Cursor:claude-sonnet-4-5
Assisted-by: OpenCode:GLM-4-7
Co-developed-by: Maximilian Huber <maximilian.huber@tngtech.com>
Signed-off-by: Maximilian Huber <maximilian.huber@tngtech.com>
Signed-off-by: Luis Augenstein <luis.augenstein@tngtech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/sbom/sbom.py
scripts/sbom/sbom/__init__.py [new file with mode: 0644]
scripts/sbom/sbom/config.py [new file with mode: 0644]
scripts/sbom/sbom/sbom_logging.py [new file with mode: 0644]