Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ docker run \ ## Usage ```bash usage: sbom-scanner [-h] [-u BASE_API_URL] [-k API_KEY] [-p PROJECT_PATH] [-s PATH_SEPARATOR] [-m] [-o MERGE_OUTPUT] [-S] [-R RISK_SCORE_THRESHOLD] [-i] [-l PURL_MAX_LEN] [sbom_patterns ...] usage: sbom-scanner [-h] [-u BASE_API_URL] [-k API_KEY] [-p PROJECT_PATH] [-s PATH_SEPARATOR] [-m] [-o MERGE_OUTPUT] [-S] [-R RISK_SCORE_THRESHOLD] [-i] [-l PURL_MAX_LEN] [-t TAGS] [sbom_patterns ...] This tool scans for SBOM files and publishes them to a Dependency Track server. Loading @@ -67,6 +67,7 @@ options: -i, --insecure Skip SSL verification -l PURL_MAX_LEN, --purl-max-len PURL_MAX_LEN PURLs max length (-1: auto, 0: no trim, >0: trim to size - default: -1) -t TAGS, --tags TAGS Comma separated list of tags to attach to the project ``` ### Arguments Loading Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ docker run \ ## Usage ```bash usage: sbom-scanner [-h] [-u BASE_API_URL] [-k API_KEY] [-p PROJECT_PATH] [-s PATH_SEPARATOR] [-m] [-o MERGE_OUTPUT] [-S] [-R RISK_SCORE_THRESHOLD] [-i] [-l PURL_MAX_LEN] [sbom_patterns ...] usage: sbom-scanner [-h] [-u BASE_API_URL] [-k API_KEY] [-p PROJECT_PATH] [-s PATH_SEPARATOR] [-m] [-o MERGE_OUTPUT] [-S] [-R RISK_SCORE_THRESHOLD] [-i] [-l PURL_MAX_LEN] [-t TAGS] [sbom_patterns ...] This tool scans for SBOM files and publishes them to a Dependency Track server. Loading @@ -67,6 +67,7 @@ options: -i, --insecure Skip SSL verification -l PURL_MAX_LEN, --purl-max-len PURL_MAX_LEN PURLs max length (-1: auto, 0: no trim, >0: trim to size - default: -1) -t TAGS, --tags TAGS Comma separated list of tags to attach to the project ``` ### Arguments Loading