Skip to content

Commit 6be40f1

Browse files
committed
Remove default for malware-cache
1 parent 5607399 commit 6be40f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function main() {
3030
.option("quiet", { type: "boolean", default: false, describe: "Suppress all non-error output (does not suppress progress bar or JSON)" })
3131
.option("interactive", { type: "boolean", default: false, describe: "Enter interactive PURL search mode after collection" })
3232
.option("sync-malware", { type: "boolean", default: false, describe: "Sync malware advisories (MALWARE classification) to local cache" })
33-
.option("malware-cache", { type: "string", default: "malware-cache", describe: "Directory to store malware advisory cache" })
33+
.option("malware-cache", { type: "string", describe: "Directory to store malware advisory cache" })
3434
.option("malware-since", { type: "string", describe: "Override last sync timestamp (ISO) for malware advisory incremental sync" })
3535
.option("ca-bundle", { type: "string", describe: "Path to PEM file with additional CA certificate(s) (self-signed/internal)" })
3636
.option("match-malware", { type: "boolean", default: false, describe: "After sync/load, match SBOM packages against malware advisories" })

0 commit comments

Comments
 (0)