We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3e1f4 commit 4eb3f9fCopy full SHA for 4eb3f9f
core/properties.go
@@ -139,7 +139,7 @@ func GetScanProperties(c corescan.Context) []string {
139
}
140
disabledPluginsFile := c.Prod().DisabledPluginsFilePath()
141
if _, err := os.Stat(disabledPluginsFile); err == nil {
142
- lines = append(lines, fmt.Sprintf("-Ddisabled.plugins.file.path=%s", strutil.QuoteIfSpace(disabledPluginsFile)))
+ lines = append(lines, fmt.Sprintf("-Ddisabled.plugins.file.path=%s", disabledPluginsFile))
143
144
145
cliProps, flags := c.PropertiesAndFlags()
0 commit comments