mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-06-03 06:28:15 +00:00
Actually fix bandit
This commit is contained in:
parent
9910d4e087
commit
0f1056a2af
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
|
run: pip install -U pip bandit
|
||||||
|
|
||||||
- name: Run Bandit
|
- name: Run Bandit
|
||||||
run: bandit --recursive --ignore B605,B311 ./
|
run: bandit --recursive --skip B605,B311 ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue