diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 69801cd9..61a9f453 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -40,8 +40,8 @@ jobs: - name: Check Wazuh indexer start 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/nodes -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 - name: Check Wazuh manager start run: | @@ -64,8 +64,8 @@ jobs: - name: Check Wazuh indexer start 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/nodes -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 - name: Check Wazuh manager start run: |