actions-marketplace-validations/Python security check using Bandit and output as JSON
Github action to find common security issues in Python code and get its report as a artifact.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 20, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/kmcquade_bandit-report-artifacts-json@dab923bc202a58c4cb0cf0d600c844df236ada11 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python_version | Version range or exact version of a Python version to use, using SemVer's version range syntax. | yes | 3.6.10 |
| project_path | This is the path at which the your python project is located in you github repo. | no | . |
| ignore_failure | This is to ignore the security failures and pass the check. | no | false |
Outputs
no outputs