Hi!Does anyone have a project config example
how to activate SBOM generation and publishing
in SPDX format?
So far I tried this (probably wrong):
------------------------------
BuildFlags: sbom:spdx
PublishFlags: withsbom
------------------------------
It doesn't like it, complaining at the end of a package build
something like this:
[ 46s] + exit 0
[ 46s] unknown keyword in config: sbom:
[ 46s] ... checking for files with abuild user/group
So I am clearly just misconfiguring it. Maybe there is also an example
online somewhere else? Any help appreciated!
Also the documentation says "PublishFlag" instead of "PublishFlags":
--
Bo