tcort / markdown-link-check

checks all of the hyperlinks in a markdown text to determine if they are alive or dead
ISC License
582 stars 118 forks source link

SARIF output log #180

Open nvuillam opened 2 years ago

nvuillam commented 2 years ago

That would be great to have OASIS SARIF output format (common analyzers format) for integrations with other tools

It would help me for MegaLinter, but it would also allow to easily upload bad links in Github UI from a github action for example

If you are interested to do that, you can use library node-sarif-builder

tcort commented 1 year ago

I think this is a good idea. I'd accept pull requests to add this feature.