[ ] Tests written and linted ℹ︎Note: There is no code change, only a change to the template (and there appears to be no existing testing of the templating)
[x] Commits are squashed and tidy and are suitable to become release notes
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
[ ] Tests written and linted ℹ︎ Note: There is no code change, only a change to the template (and there appears to be no existing testing of the templating)
[x] Commits are squashed and tidy and are suitable to become release notes
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 itMore information
This will allow users to know what they would need to add for an inline suppression
Screenshots