mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Fixed comment
This commit is contained in:
parent
b92fa02ff4
commit
9c3c102127
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -228,7 +228,7 @@ func main() {
|
|||
output.CreateReport(os.Stdout, *flagFormat, &analyzer)
|
||||
}
|
||||
|
||||
// Do we have more than one issue? If so exit 1
|
||||
// Do we have an issue? If so exit 1
|
||||
if len(analyzer.Issues) > 0 {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue