![](https://seccdn.libravatar.org/avatar/996ea718eede23e8fc8cd36b9f06bb9b.jpg?s=120&d=mm&r=g)
19 Jun
2023
19 Jun
'23
07:46
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": https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.prjconfig.h... -- Bo