This commit is contained in:
vcerenu
2022-06-03 15:51:18 -03:00
29 changed files with 70 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
WAZUH_IMAGE_VERSION=4.3.1
WAZUH_IMAGE_VERSION=4.3.3
WAZUH_VERSION=$(echo $WAZUH_IMAGE_VERSION | sed -e 's/\.//g')
WAZUH_ACTUAL_VERSION=$(curl --silent https://api.github.com/repos/wazuh/wazuh/releases/latest | grep '\"tag_name\":' | sed -E 's/.*\"([^\"]+)\".*/\1/' | cut -c 2- | sed -e 's/\.//g')