# ruleid: detected-ssh-password sshpass -p 'blah' # ok: detected-ssh-password cmdInput := fmt.Sprintf("sshpass -p '%s'", password) # ok: detected-ssh-password cmdInput := fmt.Sprintf("sshpass -p %s", password)