From bf65fbd84675d4cdb76ef4b87d0888ce5ee88316 Mon Sep 17 00:00:00 2001 From: Zheyu Shen Date: Wed, 20 Sep 2023 10:40:41 +0000 Subject: [PATCH] fix credscan false positive --- nodemanager/scripts/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemanager/scripts/setup.py b/nodemanager/scripts/setup.py index f388436..b472f42 100644 --- a/nodemanager/scripts/setup.py +++ b/nodemanager/scripts/setup.py @@ -198,11 +198,11 @@ def Usage(): ' managehosts: Specify that you want the /etc/hosts file managed by HPC\n\n' \ 'Note: This command must be run as root user\n\n' \ 'Examples: \n' \ - 'setup.py -install -connectionstring:\'hn1,hn2,hn3\' -certfile:\'/root/mycert.pfx\' -certpasswd:\'Pa$$word1\' -managehosts\n\n' \ + 'setup.py -install -connectionstring:\'hn1,hn2,hn3\' -certfile:\'/root/mycert.pfx\' -certpasswd:\'certpass\' -managehosts\n\n' \ 'setup.py -install -connectionstring:\'hn1.hpc.local,hn2.hpc.local,hn3.hpc.local\' -keepcert\n\n' \ 'setup.py -uninstall -keepcert\n\n' \ 'setup.py -update\n\n' \ - 'setup.py -updatecert -certfile:\'/root/newcert.pfx\' -certpasswd:\'Pa$$word2\'\n' + 'setup.py -updatecert -certfile:\'/root/newcert.pfx\' -certpasswd:\'certpass\'\n' print(usage) def is_hpcagent_installed():