Feature request: provide a way to produce a sarif file whose content does not include issues from a baseline #108
jraygauthier
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At first, I would have assumed that
$ sarif diffmight do just that. However it instead produce a differential json report.If we had this capability to produce such "new issues from baseline" sarif file, it would then be possible to reuse the other commands on this new sarif.
I had a look at filters (
--filter) and those do not appear to offer this capability either (e.g.: create a filter from the path to a baseline).Beta Was this translation helpful? Give feedback.
All reactions