diff --git a/report/html/template.go b/report/html/template.go index 07d15cb..b19ff93 100644 --- a/report/html/template.go +++ b/report/html/template.go @@ -40,6 +40,10 @@ const templateContent = ` .break-word { word-wrap: break-word; } + + .help { + white-space: pre-wrap; + } @@ -102,6 +106,7 @@ const templateContent = `

Scanned { this.props.data.Stats.files.toLocaleString() } files with { this.props.data.Stats.lines.toLocaleString() } lines of code. + { this.props.data.Stats.nosec ? '\n' + this.props.data.Stats.nosec.toLocaleString() + ' false positives (nosec) have been waived.' : ''}

); }