This website requires JavaScript.
Explore
Help
Sign in
saltstack
/
salt
Watch
1
Star
0
Fork
You've already forked salt
0
mirror of
https://github.com/saltstack/salt.git
synced
2025-04-17 10:10:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
f906ca5052
salt
/
.bandit
4 lines
69 B
Text
Raw
Normal View
History
Unescape
Escape
Start checking the salt code base with bandit
2021-01-27 10:45:06 +00:00
[bandit]
Address Bandit's B602(subprocess_popen_with_shell_equals_true) on the test suite
2021-01-28 09:22:18 +00:00
exclude: salt/ext/tornado/*,tests/minionswarm.py
Don't run the B701(jinja2_autoescape_false) checks.
2021-01-29 11:00:26 +00:00
skip: B701
Reference in a new issue
Copy permalink