mirror of
https://github.com/tj-actions/bandit
synced 2026-07-24 00:03:45 +00:00
No description
- Dockerfile 52.9%
- Python 32%
- Shell 15.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| test_package | ||
| .all-contributorsrc | ||
| .gitignore | ||
| .whitesource | ||
| action.yml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| entrypoint.sh | ||
| HISTORY.md | ||
| LICENSE | ||
| OPTIONS.md | ||
| README.md | ||
| requirements.txt | ||
bandit
bandit is a security linter from PyCQA
Usage
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 ⭐
Inputs
| 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 |
Example
- Free software: MIT license
Credits
This package was created with Cookiecutter.
Report Bugs
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.
TODO
Contributors ✨
Thanks goes to these wonderful people (emoji key):
tlacroix 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!

