Skip to content

Commit 350a1ba

Browse files
author
Mathis Loussert
committed
Change bandit version from commit to version 1
1 parent 5bc79e9 commit 350a1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bandit_sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Bandit Scan
23-
uses: shundor/python-bandit-scan@v1
23+
uses: shundor/bandit-action@v1
2424
with:
2525
exit_zero: true
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)