We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf572e3 commit e4fa274Copy full SHA for e4fa274
main.go
@@ -320,7 +320,7 @@ func run(c *cli.Context) {
320
SkipScan: c.Bool("skip_scan"),
321
WaitQualityGate: c.Bool("wait_qualitygate"),
322
Workspace: c.String("workspace"),
323
- SonarOPS c.String("sonar_scanner_opts"),
+ SonarOPS: c.String("sonar_scanner_opts"),
324
},
325
Output: Output{
326
OutputFile: c.String("output-file"),
0 commit comments