Skip to content

Commit 4b7b919

Browse files
committed
Minor nit
1 parent 4445863 commit 4b7b919

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/commands/manifest/cmd-manifest-cdxgen.mts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ const arrayToLower = (arg: string[]) => arg.map(toLower)
6767
// [choices: "appsec", "research", "operational", "threat-modeling", "license-compliance", "generic", "machine-learning",
6868
// "ml", "deep-learning", "ml-deep", "ml-tiny"] [default: "generic"]
6969
// --exclude Additional glob pattern(s) to ignore [array]
70+
// --export-proto Serialize and export BOM as protobuf binary. [boolean] [default: false]
71+
// --proto-bin-file Path for the serialized protobuf binary. [default: "bom.cdx"]
7072
// --include-formulation Generate formulation section with git metadata and build tools. Defaults to false.
7173
// [boolean] [default: false]
7274
// --include-crypto Include crypto libraries as components. [boolean] [default: false]
@@ -122,7 +124,7 @@ const yargsConfig = {
122124
//'deps-slices-file': 'deps.slices.json', // hidden
123125
//evidence: false,
124126
//'exclude-type': [],
125-
'export-proto': false,
127+
//'export-proto': false,
126128
//'fail-on-error': isSecureMode,
127129
//'feature-flags': [], // hidden
128130
//'include-crypto': false,
@@ -133,7 +135,7 @@ const yargsConfig = {
133135
//output: 'bom.json',
134136
//profile: 'generic',
135137
//'project-version': '',
136-
'proto-bin-file': 'bom.cdx',
138+
//'proto-bin-file': 'bom.cdx',
137139
//recurse: true,
138140
//'skip-dt-tls-check': false,
139141
//'semantics-slices-file': 'semantics.slices.json',

0 commit comments

Comments
 (0)