You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release package generation tool is failing to launch the builder_installation_assistant.yml workflow as it is missing the checksum input.
This input is mandatory as every package/script should generate its checksum file to verify its integrity as part of the wazuh/wazuh-packages#2904 requisites (inherited from tier 1)
Checksum should be generated and uploaded to the development directory only when needed
Also, the file upload should be changed as each file uploaded must be handled individually, this applies for the checksum files too, example
Validate with QA team the files upload
A checksum file should be created for each Wazuh assistant script generated in the workflow, open an issue to QA to modify the release and the package generation release tool
The text was updated successfully, but these errors were encountered:
Description
The release package generation tool is failing to launch the
builder_installation_assistant.yml
workflow as it is missing thechecksum
input.This input is mandatory as every package/script should generate its checksum file to verify its integrity as part of the wazuh/wazuh-packages#2904 requisites (inherited from tier 1)
Also, the file upload should be changed as each file uploaded must be handled individually, this applies for the checksum files too, example
https://github.com/wazuh/wazuh/blob/v4.9.1-rc3/.github/workflows/packages-filebeat.yml#L106-L126
We need to fetch the URI values so they must be individuals
Environment
Steps to reproduce
Current result
Expected result
Attachments
Important
Validate with QA team the files upload
A checksum file should be created for each Wazuh assistant script generated in the workflow, open an issue to QA to modify the release and the package generation release tool
The text was updated successfully, but these errors were encountered: