mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
656691b387
* feature(issue): Add function to return file path and line number * docs(formatter/CreateReport): Update formats accepted * feature(formatter): Add color output for text format Basic color support for text format. For now, only the "Summary" title and "Issues" section has color * feature(formatter): Highlight issues based on severity Given an issue, the file path is painted based on its severity. We're using the following rules: high is red, medium is yellow and low is simple black & white * feature(main): Add color flag It's only valid for text format * refactor(formatter): Passing color flag forward |
||
---|---|---|
.. | ||
formatter.go | ||
formatter_suite_test.go | ||
formatter_test.go | ||
junit_xml_format.go | ||
sonarqube_format.go | ||
template.go |