Skip to content

Commit 6317f92

Browse files
ledinaGitHub Enterprise
authored andcommitted
Merge pull request #214 from CICS/scanning
Add bandit scanning to CI
2 parents 2cc07f3 + cbf8a30 commit 6317f92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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'

plugins/module_utils/cmci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
CMCI_HOST = 'cmci_host'
3434
CMCI_PORT = 'cmci_port'
3535
CMCI_USER = 'cmci_user'
36-
CMCI_PASSWORD = 'cmci_password'
36+
CMCI_PASSWORD = 'cmci_password' # nosec B105
3737
CMCI_CERT = 'cmci_cert'
3838
CMCI_KEY = 'cmci_key'
3939
CONTEXT = 'context'

0 commit comments

Comments
 (0)