bandit is a security linter from PyCQA
Minimal version
...
steps:
- uses: actions/checkout@v2
- name: Run bandit
uses: tj-actions/bandit@v5.1
Using inputs
...
steps:
- uses: actions/checkout@v2
- name: Run bandit
uses: tj-actions/bandit@v5.1
with:
targets: | # or a single string "."
test_package
options: "-r"
If you feel generous and want to show some extra appreciation:
Support this project with a ⭐
INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
---|---|---|---|---|
options | string | false | "-r" |
Extra options passed directly to bandit. See: OPTIONS.md for available choices |
targets | string | true | "." |
Module(s)/Package(s) to run bandit checks |
- Free software: MIT license
This package was created with Cookiecutter.
Report bugs at https://github.com/tj-actions/bandit/issues.
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your workflow that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.
Thanks goes to these wonderful people (emoji key):
tlacroix 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!