gosec/cmd/gosec
Martin Vrachev 62b5195dd9 Report for Golang errors (#284)
* Report for Golang errors

Right now if you use Gosec to scan invalid go file and if you report the result in a text, JSON, CSV or another file format you will always receive 0 issues.
The reason for that is that Gosec can't parse the AST of invalid go files and thus will not report anything.

The real problem here is that the user will never know about the issue if he generates the output in a file.

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
2019-02-27 08:24:06 +10:00
..
filelist.go Replace gas with gosec everywhere in the project 2018-07-19 18:42:25 +02:00
main.go Report for Golang errors (#284) 2019-02-27 08:24:06 +10:00
sort_issues.go fix duplicated index issue in Less method 2018-07-28 23:18:12 +03:00
version.go Replace gas with gosec everywhere in the project 2018-07-19 18:42:25 +02:00