PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.51k stars 612 forks source link

Ensure sarif extra is included as part of doc build #1139

Closed ericwb closed 6 months ago

ericwb commented 6 months ago

The doc build nowadays runs via the readthedocs.yaml file. So the requirements for building those docs need to include sarif in order to correctly build the sarif formatter doc.

Fixes: #1138

ericwb commented 6 months ago

Here's a link to successful readthedocs test build on this PR:

https://ericwbbandit.readthedocs.io/en/doc_sarif/formatters/sarif.html

Notice the sarif page works now.