You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: configure Bandit for security checks and update CI workflows
- Added a new `.bandit` configuration file to skip specific security checks related to OAuth protocol constants and container bindings.
- Updated the linting workflow to use the new Bandit configuration file for security issue checks.
- Changed the test workflow to install dependencies from `requirements-dev.txt` instead of `requirements.txt` for better development environment setup.
0 commit comments