Skip to content

Commit 1e67701

Browse files
Add bandit scanning to CI
1 parent adbe088 commit 1e67701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ rstcheck==6.1.2; python_version >= '3'
1717
yamllint==1.32.0; python_version >= '3'
1818
voluptuous==0.13.1; python_version >= '3'
1919
ansible-lint==6.17.0; python_version >= '3.9'
20-
pycodestyle==2.10.0; python_version >= '3'
20+
pycodestyle==2.10.0; python_version >= '3'
21+
bandit==1.7.8; python_version >= '3'

0 commit comments

Comments
 (0)