mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix bandit skip for the test suite
This commit is contained in:
parent
920ca4846e
commit
9ccea8a7a4
1 changed files with 1 additions and 1 deletions
|
@ -1164,7 +1164,7 @@ repos:
|
||||||
- id: bandit
|
- id: bandit
|
||||||
alias: bandit-tests
|
alias: bandit-tests
|
||||||
name: Run bandit against the test suite
|
name: Run bandit against the test suite
|
||||||
args: [--silent, -lll, B701]
|
args: [--silent, -lll, --skip, B701]
|
||||||
files: ^tests/.*
|
files: ^tests/.*
|
||||||
exclude: ^tests/minionswarm\.py
|
exclude: ^tests/minionswarm\.py
|
||||||
# <---- Security ---------------------------------------------------------------------------------------------------
|
# <---- Security ---------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue