/bandit-check

github action to run the bandit security linter

Primary LanguageDockerfileMIT LicenseMIT

bandit-check

GitHub Action for bandit python security linter

Make sure you have a .bandit file at the root of your repository!

Inputs

path

Optional The path to run bandit on

Default "."

Outputs

None

Example usage

uses: jpetrucciani/bandit-check@master

# or specify a path!
uses: jpetrucciani/bandit-check@master
with:
  path: '.'