We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cc07f3 + cbf8a30 commit 6317f92Copy full SHA for 6317f92
dev-requirements.txt
@@ -17,4 +17,5 @@ rstcheck==6.1.2; python_version >= '3'
17
yamllint==1.32.0; python_version >= '3'
18
voluptuous==0.13.1; python_version >= '3'
19
ansible-lint==6.17.0; python_version >= '3.9'
20
-pycodestyle==2.10.0; python_version >= '3'
+pycodestyle==2.10.0; python_version >= '3'
21
+bandit==1.7.8; python_version >= '3'
plugins/module_utils/cmci.py
@@ -33,7 +33,7 @@
33
CMCI_HOST = 'cmci_host'
34
CMCI_PORT = 'cmci_port'
35
CMCI_USER = 'cmci_user'
36
-CMCI_PASSWORD = 'cmci_password'
+CMCI_PASSWORD = 'cmci_password' # nosec B105
37
CMCI_CERT = 'cmci_cert'
38
CMCI_KEY = 'cmci_key'
39
CONTEXT = 'context'
0 commit comments