We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The make safety and make bandit checks (for Python security vulnerabilities and static analysis, respectively) are no longer running in CI.
make safety
make bandit
Observe lack of bandit/safety output in recent CI runs.
Both safety & bandit checks run in CI on every PR.
Neither safety nor bandit is run in CI.
The regression came in via #3909, flagged by @redshiftzero here #3909 (comment) . We should re-add calls to both targets in CI for all PRs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
make safety
andmake bandit
checks (for Python security vulnerabilities and static analysis, respectively) are no longer running in CI.Steps to Reproduce
Observe lack of bandit/safety output in recent CI runs.
Expected Behavior
Both safety & bandit checks run in CI on every PR.
Actual Behavior
Neither safety nor bandit is run in CI.
Comments
The regression came in via #3909, flagged by @redshiftzero here #3909 (comment) . We should re-add calls to both targets in CI for all PRs.
The text was updated successfully, but these errors were encountered: