Skip to content

Commit d35f6b1

Browse files
skip test directory and exclude false positive in bandit
1 parent 1e67701 commit d35f6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)