This commit is contained in:
vcerenu
2022-06-03 17:00:32 -03:00
parent 73c25e86d6
commit 7d394698a7
+2 -2
View File
@@ -83,7 +83,7 @@ jobs:
exit 1
fi
env:
TOKEN: $(curl -u -s wazuh-wui:MyS3cr37P450r.*- -k -X GET "https://0.0.0.0:55000/security/user/authenticate?raw=true")
TOKEN: $(curl -s -u wazuh-wui:MyS3cr37P450r.*- -k -X GET "https://0.0.0.0:55000/security/user/authenticate?raw=true")
- name: Check Wazuh dashboard service URL
run: |
@@ -161,7 +161,7 @@ jobs:
exit 1
fi
env:
TOKEN: $(curl -u -s wazuh-wui:MyS3cr37P450r.*- -k -X GET "https://0.0.0.0:55000/security/user/authenticate?raw=true")
TOKEN: $(curl -s -u wazuh-wui:MyS3cr37P450r.*- -k -X GET "https://0.0.0.0:55000/security/user/authenticate?raw=true")
- name: Check Wazuh dashboard service URL
run: |