forked from wazuh/wazuh-docker
test CI
This commit is contained in:
@@ -40,8 +40,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Wazuh indexer start
|
- name: Check Wazuh indexer start
|
||||||
run: |
|
run: |
|
||||||
curl -XGET https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s -u admin:SecretPassword -k
|
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
|
||||||
curl -XGET https://0.0.0.0:9200/_cluster/nodes -u admin:SecretPassword -k
|
curl -XGET "https://0.0.0.0:9200/_cluster/nodes" -u admin:SecretPassword -k
|
||||||
|
|
||||||
- name: Check Wazuh manager start
|
- name: Check Wazuh manager start
|
||||||
run: |
|
run: |
|
||||||
@@ -64,8 +64,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Wazuh indexer start
|
- name: Check Wazuh indexer start
|
||||||
run: |
|
run: |
|
||||||
curl -XGET https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s -u admin:SecretPassword -k
|
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
|
||||||
curl -XGET https://0.0.0.0:9200/_cluster/nodes -u admin:SecretPassword -k
|
curl -XGET "https://0.0.0.0:9200/_cluster/nodes" -u admin:SecretPassword -k
|
||||||
|
|
||||||
- name: Check Wazuh manager start
|
- name: Check Wazuh manager start
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user