Skip to content

Add a new section to the README.md file to explain how to use the B… #3

Add a new section to the README.md file to explain how to use the B…

Add a new section to the README.md file to explain how to use the B… #3

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 }}