We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc79e9 commit 350a1baCopy full SHA for 350a1ba
.github/workflows/bandit_sonar.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Bandit Scan
23
- uses: shundor/python-bandit-scan@v1
+ uses: shundor/bandit-action@v1
24
with:
25
exit_zero: true
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments