Add Wazuh version and revision into wazuh-certs-tool and config file

This commit is contained in:
Victor Carlos Erenu
2026-02-03 02:35:52 +07:00
parent affb232e93
commit 56636c0dd7
6 changed files with 14 additions and 13 deletions
@@ -134,7 +134,7 @@ jobs:
needs: setup
env:
ARTIFACT_URLS_FILE_TEMP: "/tmp/wazuh-docker/artifact_urls.yml"
ARTIFACT_URLS_FILE_TEMP: "/tmp/wazuh-docker/artifact_urls_test.yml"
steps:
- name: Configure AWS credentials
@@ -209,6 +209,7 @@ jobs:
line=${line//\$\{\{ env.MANAGER_REVISION \}\}/$MANAGER_COMMIT}
line=${line//\$\{\{ env.DASHBOARD_REVISION \}\}/$DASHBOARD_COMMIT}
line=${line//\$\{\{ env.AGENT_REVISION \}\}/$AGENT_COMMIT}
line=${line//\$\{\{ env.ASSISTANT_REVISION \}\}/latest}
# Append the processed line to the output file
echo "$line" >> "$OUTPUT_FILE"