Add a new section to the README.md
file to explain how to use the B…
#3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |