Skip to content

Add Bandit scan GitHub Action #4

Add Bandit scan GitHub Action

Add Bandit scan GitHub Action #4

Workflow file for this run

name: Bandit Scan
on: [push, pull_request]
jobs:
bandit-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bandit Scan
uses: shundor/python-bandit-scan@9cc5aa4a006482b8a7f91134412df6772dbda22c
with:
exit_zero: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}