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 1e67701 commit d35f6b1Copy full SHA for d35f6b1
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