From df1ef1cb1f9e7e561667639992baf6cdf83d46f5 Mon Sep 17 00:00:00 2001 From: fcaffieri Date: Thu, 28 May 2026 21:35:13 -0300 Subject: [PATCH] Add missing param list into build image WF call --- .github/workflows/check_integration_tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_integration_tools.yaml b/.github/workflows/check_integration_tools.yaml index 22ef97ed..581744c6 100644 --- a/.github/workflows/check_integration_tools.yaml +++ b/.github/workflows/check_integration_tools.yaml @@ -207,7 +207,7 @@ jobs: image_tag: "${{ needs.prepare.outputs.wazuh_version }}-${{ needs.prepare.outputs.wazuh_stage }}" docker_reference: ${{ needs.prepare.outputs.pr_head_ref }} wazuh_automation_reference: ${{ inputs.automation_reference || 'main' }} - products: "wazuh-manager,wazuh-dashboard,wazuh-indexer" + products: "wazuh-manager,wazuh-dashboard,wazuh-indexer,wazuh-agent" dev: true id: "docker-integration-${{ github.run_id }}" secrets: inherit