mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-31 21:18:13 +00:00
Fix bandit
This commit is contained in:
parent
04b9acdd2a
commit
9910d4e087
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bandit.yml
vendored
2
.github/workflows/bandit.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
|||
run: pip install -U pip bandit
|
||||
|
||||
- name: Run Bandit
|
||||
run: bandit --recursive ./
|
||||
run: bandit --recursive --ignore B605,B311 ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue