Skip to content

Bandit Check

Actions
GitHub action to lint your python code with bandit
1.7.4
Latest
Star (15)

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 "."

bandit_flags

Optional Optional Bandit flags (refer to bandit --help)

Default ""

Outputs

None

Example usage

uses: jpetrucciani/bandit-check@main

# specify a path
uses: jpetrucciani/bandit-check@main
with:
  path: '.'

# provide some flags
uses: jpetrucciani/bandit-check@main
with:
  bandit_flags: '-lll -o output.json -f json'

Bandit Check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub action to lint your python code with bandit
1.7.4
Latest

Bandit Check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.