Skip to content

Commit

Permalink
update flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Sep 11, 2023
1 parent 37c175b commit f0264eb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions utils/cliutils/commandsflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,17 +462,17 @@ const (
useWrapperAudit = auditPrefix + UseWrapper
ExcludeTestDeps = "exclude-test-deps"
DepType = "dep-type"
// Run applicability scanning on env dependencies folders, for example node_modules.
ThirdPartyContextualAnalysis = "deps-code-contextual-analysis"
// Run applicability scanning on third-party dependencies folders, for example node_modules.
ThirdPartyContextualAnalysis = "third-party-contextual-analysis"
RequirementsFile = "requirements-file"
watches = "watches"
workingDirs = "working-dirs"
repoPath = "repo-path"
licenses = "licenses"
vuln = "vuln"
ExtendedTable = "extended-table"
MinSeverity = "min-severity"
FixableOnly = "fixable-only"
watches = "watches"
workingDirs = "working-dirs"
repoPath = "repo-path"
licenses = "licenses"
vuln = "vuln"
ExtendedTable = "extended-table"
MinSeverity = "min-severity"
FixableOnly = "fixable-only"
// *** Mission Control Commands' flags ***
missionControlPrefix = "mc-"
curationThreads = "curation-threads"
Expand Down

0 comments on commit f0264eb

Please sign in to comment.