Skip to content

Commit a4a1820

Browse files
committed
Add Codacy configuration for Bandit to enable security checks and ignore specific warnings
1 parent e7a1b09 commit a4a1820

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.codacy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
engines:
2+
bandit:
3+
enabled: true
4+
exclude_paths:
5+
- tests/*
6+
config:
7+
ignore:
8+
- B603 # subprocess_without_shell_equals_true or similar

0 commit comments

Comments
 (0)