]> git.ipfire.org Git - thirdparty/linux.git/commit
scripts/sbom: add SPDX output graph
authorLuis Augenstein <luis.augenstein@tngtech.com>
Mon, 18 May 2026 06:20:58 +0000 (08:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 11:14:41 +0000 (13:14 +0200)
commitb01912114e2c1b378287fcdd013bb9a894d1879e
treea76627f1a2fb4404123b9138b9239fce7cf1244a
parentef0675c8712fea2db638594e619e7a557c2502d6
scripts/sbom: add SPDX output graph

Implement the SPDX output graph which contains the distributable
build outputs and high level metadata about the build.

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>
Makefile
scripts/sbom/sbom/config.py
scripts/sbom/sbom/spdx_graph/build_spdx_graphs.py
scripts/sbom/sbom/spdx_graph/spdx_output_graph.py [new file with mode: 0644]