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.
1 parent 36203d2 commit cbf8a30Copy full SHA for cbf8a30
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