mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
ISSUE #495
Stop Bandit from trying to audit the built Rust targets. We're already auditing with Cargo Audit!
This commit is contained in:
parent
33a08e95be
commit
d09c0d432f
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- run: pip install --upgrade pip wheel
|
||||
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
|
||||
flake8-comprehensions isort mypy pytest pyupgrade safety
|
||||
- run: bandit --recursive --skip B105,B110,B404,B602,B603,B605 .
|
||||
- run: bandit --recursive --skip B105,B110,B404,B602,B603,B605 -x ./rust/target/ .
|
||||
- run: black --check . || true
|
||||
# - run: codespell --skip="./.*,./old" # --ignore-words-list=""
|
||||
- run: flake8 . --count --exclude="./.*,./old/" --select=E9,F63,F7,F82 --show-source --statistics
|
||||
|
Loading…
Reference in New Issue
Block a user