We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6c70e commit afa9f23Copy full SHA for afa9f23
.github/workflows/code_analysis.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Run Bandit security analysis
31
run: |
32
- bandit dracan/
+ bandit -r dracan/
33
continue-on-error: false
34
35
- name: Run Pylint (exclude line-too-long warning)
0 commit comments