You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--project-id Dependency track project id. Either provide the id or the project name and version together [string]
41
41
--parent-project-id Dependency track parent project id [string]
42
42
--required-only Include only the packages with required scope on the SBOM. Would set compositions.aggregate to incomplete unless --no-auto-compositions is passed. [boolean]
43
-
--fail-on-error Fail if any dependency extractor fails. [boolean] [default: true]
43
+
--fail-on-error Fail if any dependency extractor fails. [boolean]
44
44
--no-babel Do not use babel to perform usage analysis for JavaScript/TypeScript projects. [boolean]
45
45
--generate-key-and-sign Generate an RSA public/private key pair and then sign the generated SBOM using JSON Web Signatures. [boolean]
--install-deps Install dependencies automatically for some projects. Defaults to true but disabled for containers and oci scans. Use --no-install-deps to disable this feature. [boolean] [default: false]
49
+
--install-deps Install dependencies automatically for some projects. Defaults to true but disabled for containers and oci scans. Use --no-install-deps to disable this feature. [boolean] [default: true]
50
50
--validate Validate the generated SBOM using json schema. Defaults to true. Pass --no-validate to disable. [boolean] [default: true]
51
51
--evidence Generate SBOM with evidence for supported languages. [boolean] [default: false]
52
52
--spec-version CycloneDX Specification version to use. Defaults to 1.6 [number] [choices: 1.4, 1.5, 1.6] [default: 1.6]
0 commit comments