From d46f24c7079a60204d04d16dbeb0f4204e704475 Mon Sep 17 00:00:00 2001 From: fcaffieri Date: Fri, 22 May 2026 18:27:31 -0300 Subject: [PATCH] Add version for test version --- .github/workflows/check_integration_tools.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check_integration_tools.yaml b/.github/workflows/check_integration_tools.yaml index f6e7f5d3..3507dc90 100644 --- a/.github/workflows/check_integration_tools.yaml +++ b/.github/workflows/check_integration_tools.yaml @@ -319,6 +319,7 @@ jobs: curl -fsSL -o "wazuh-docker/${DEPLOYMENT}/wazuh-certs-tool.sh" "$CERT_TOOL_URL" chmod +x "wazuh-docker/${DEPLOYMENT}/wazuh-certs-tool.sh" echo "Downloaded OK" + echo "WAZUH_VERSION=${VERSION}" >> $GITHUB_ENV # Write config.yml directly into the deployment directory if [ "$DEPLOYMENT" = "single-node" ]; then @@ -495,6 +496,7 @@ jobs: --ssh-port "${{ env.SSH_PORT }}" \ --ssh-key-path "${{ env.SSH_KEY }}" \ --ssh-username "${{ env.SSH_USER }}" \ + --version "${{ env.WAZUH_VERSION }}" \ --log-level INFO \ --output github \ --output-file "test-results-docker-${DEPLOYMENT}.github"