mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-04 05:53:16 +00:00
Test CI
This commit is contained in:
4
.env
4
.env
@@ -1,2 +1,2 @@
|
|||||||
WAZUH_VERSION=4.3.0
|
WAZUH_VERSION=4.3.3
|
||||||
WAZUH_IMAGE_VERSION=4.3.0
|
WAZUH_IMAGE_VERSION=4.3.3
|
||||||
|
|||||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check errors in ossec.log
|
- name: Check errors in ossec.log
|
||||||
run: |
|
run: |
|
||||||
log=$(docker exec single-node_wazuh.manager_1 sh -c 'cat /var/ossec/logs/ossec.log | grep -E "ERR|WARN|CRIT"')
|
docker exec single-node_wazuh.manager_1 sh -c 'cat /var/ossec/logs/ossec.log | grep -E "ERR|WARN|CRIT"'
|
||||||
|
|
||||||
- name: Check filebeat output
|
- name: Check filebeat output
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user