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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 20, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/kmcquade_bandit-report-artifacts-json@dab923bc202a58c4cb0cf0d600c844df236ada11 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
python_versionVersion range or exact version of a Python version to use, using SemVer's version range syntax.yes3.6.10
project_pathThis is the path at which the your python project is located in you github repo.no.
ignore_failureThis is to ignore the security failures and pass the check.nofalse

no outputs