Skip to content

Commit cc152d8

Browse files
author
Mathis Loussert
committed
Change bandit version from commit to version 1
1 parent 78af057 commit cc152d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bandit_sonar.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
# yamllint disable rule:line-length
32

43
name: Bandit and SonarQube
54

@@ -21,7 +20,7 @@ jobs:
2120
steps:
2221
- uses: actions/checkout@v4
2322
- name: Bandit Scan
24-
uses: shundor/python-bandit-scan@ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd
23+
uses: shundor/bandit-action@v1
2524
with:
2625
exit_zero: true
2726
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)