openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
132 stars 184 forks source link

usage of generate_sbom has syntax errors #974

Closed msmeissn closed 8 months ago

msmeissn commented 8 months ago

generate_sbom [--disto NAME] [--format spdx|cyclonedx] [--intoto] [--product DIRECTORY]|[--rpmmd DIRECTORY]|CONTAINER_TAR

--disto should be --distro

also [--product DIRECTORY]|[--rpmmd DIRECTORY]|CONTAINER_TAR should perhaps be:

[--product DIRECTORY|--rpmmd DIRECTORY|CONTAINER_TAR]

adrianschroeter commented 8 months ago

changed it in this direction

msmeissn commented 8 months ago

Just see that also --dir is missing --dir DIRECTORY

in above [ ] block