mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
Test CI
This commit is contained in:
4
.env
4
.env
@@ -1,2 +1,2 @@
|
||||
WAZUH_VERSION=4.3.0
|
||||
WAZUH_IMAGE_VERSION=4.3.0
|
||||
WAZUH_VERSION=4.3.3
|
||||
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
|
||||
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
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user