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
+1 -1
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: |