summaryrefslogtreecommitdiff
path: root/.bandit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.bandit.yml')
-rw-r--r--.bandit.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bandit.yml b/.bandit.yml
new file mode 100644
index 0000000..a0e3247
--- /dev/null
+++ b/.bandit.yml
@@ -0,0 +1,3 @@
+skips:
+- B603 # Ignore warnings about calling subprocess.Popen without shell=True
+- B607 # Ignore warnings about calling subprocess.Popen without a full path to executable