Emit SARIF format? #270
sourcefrog
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
-
https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html is a general format for static analysis results, which cargo-mutants is, or arguably is if you count running tests as being quasi-static.
I don't personally have an immediate use for it, but it might be interesting to align towards that format. It's mentioned in https://github.com/rhysd/actionlint/blob/main/docs/usage.md#example-sarif-format.
Beta Was this translation helpful? Give feedback.
All reactions