Skip to content

Commit

Permalink
removed enforcement (#4576)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Kireev <[email protected]>
  • Loading branch information
dimaste and andrew-kireev authored Sep 19, 2023
1 parent fc6c4d8 commit 1e99326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/detectExecuteScan.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func addDetectArgs(args []string, config detectExecuteScanOptions, utils detectU

// A space-separated list of additional arguments that Detect will add at then end of the npm ls command line
if len(config.NpmArguments) > 0 && !checkIfArgumentIsInScanProperties(config, "detect.npm.arguments") {
args = append(args, fmt.Sprintf("--detect.npm.arguments=%v", strings.ToUpper(strings.Join(config.NpmArguments, " "))))
args = append(args, fmt.Sprintf("--detect.npm.arguments=%v", strings.Join(config.NpmArguments, " ")))
}

// rapid scan on pull request
Expand Down

0 comments on commit 1e99326

Please sign in to comment.