jbampton opened a new issue, #365: URL: https://github.com/apache/tooling-trusted-releases/issues/365
Bandit is a tool designed to find common security issues in Python code. https://github.com/PyCQA/bandit https://bandit.readthedocs.io/en/latest/ Example: https://bandit.readthedocs.io/en/latest/config.html ``` repos: - repo: https://github.com/PyCQA/bandit rev: '' # Update me! hooks: - id: bandit args: ["-c", "pyproject.toml"] additional_dependencies: ["bandit[toml]"] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
