gosec/output
Marco Antônio Singer 656691b387
feature(formatter/text): Add color option on text format (#460)
* 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
2020-04-14 09:50:02 +02:00
..
formatter.go feature(formatter/text): Add color option on text format (#460) 2020-04-14 09:50:02 +02:00
formatter_suite_test.go Fix the file path in the Sonarqube report 2019-06-24 14:10:51 +02:00
formatter_test.go feature(formatter/text): Add color option on text format (#460) 2020-04-14 09:50:02 +02:00
junit_xml_format.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
sonarqube_format.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
template.go This fixes the html template when using '-fmt=html' 2018-10-03 13:31:59 -05:00