snyk / snyk-to-html

export test reports from CLI to html
Other
87 stars 77 forks source link

Show details of in-line suppression comment, #169

Closed david-prior closed 7 months ago

david-prior commented 11 months ago

What this does

This adds a line to the formatting of the output of snyk-code-test which contains the information they'll need to add an inline suppression via pseudocomment.

Notes for the reviewer

Run locally by piping the output of snyk code test --json through it

More information

This will allow users to know what they would need to add for an inline suppression

Screenshots

image

thisislawatts commented 7 months ago

Closed via: #178