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 78af057 commit 0736a19Copy full SHA for 0736a19
.github/workflows/bandit_sonar.yaml
@@ -1,5 +1,4 @@
1
---
2
-# yamllint disable rule:line-length
3
4
name: Bandit and SonarQube
5
@@ -21,7 +20,7 @@ jobs:
21
20
steps:
22
- uses: actions/checkout@v4
23
- name: Bandit Scan
24
- uses: shundor/python-bandit-scan@ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd
+ uses: shundor/python-bandit-scan@v1
25
with:
26
exit_zero: true
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments