This commit is contained in:
vcerenu
2022-05-27 12:17:16 -03:00
parent 111cfca50c
commit b7a55ab174
+4 -4
View File
@@ -10,8 +10,8 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Build the docker-compose stack
run: ./build.sh
## - name: Build Wazuh images
## run: ./build.sh
- name: Create enviroment variables
run: cat .env > $GITHUB_ENV
@@ -44,7 +44,7 @@ jobs:
- name: Check Wazuh manager start
run: |
curl -k -X GET "https://0.0.0.0:55000/cluster/status" -H "Authorization: Bearer ${{env.TOKEN}}"
curl -k -X GET "https://0.0.0.0:55000/cluster/info" -H "Authorization: Bearer ${{env.TOKEN}}"
env:
TOKEN: $(curl -u wazuh-wui:MyS3cr37P450r.*- -k -X GET "https://0.0.0.0:55000/security/user/authenticate?raw=true")
@@ -71,7 +71,7 @@ jobs:
- name: Check Wazuh manager start
run: |
curl -k -X GET "https://0.0.0.0:55000/cluster/status" -H "Authorization: Bearer ${{env.TOKEN}}"
curl -k -X GET "https://0.0.0.0:55000/cluster/info" -H "Authorization: Bearer ${{env.TOKEN}}"
env:
TOKEN: $(curl -u wazuh-wui:MyS3cr37P450r.*- -k -X GET "https://0.0.0.0:55000/security/user/authenticate?raw=true")