This commit is contained in:
vcerenu
2022-06-07 12:22:44 -03:00
parent 281f74582a
commit 3b740e5dce
2 changed files with 3 additions and 3 deletions

4
.env
View File

@@ -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

View File

@@ -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: |