wazuh / wazuh-virtual-machines

Wazuh - Virtual Machines (OVA and AMI)
https://wazuh.com/
GNU General Public License v2.0
0 stars 0 forks source link

Add files upload echo in the OVA build workflow #78

Closed rauldpm closed 6 days ago

rauldpm commented 1 week ago
Version Revision Production/Development Component Install type
4.10.0 1 Development Workflow builder -

Description

The OVA workflow generation misses the S3 URI upload echo, needed by the package generation tool, this was standardized and we need to add them

https://github.com/wazuh/wazuh-virtual-machines/blob/v4.10.0-alpha2/.github/workflows/builder_OVA.yaml#L236-L244

As this workflow only generates a single file, the following echo command can be used

echo "S3 URI: ${s3uri}" echo "S3 sha512 URI: ${s3uri}"

Environment

Steps to reproduce

Current result

Expected result

Attachments

[!IMPORTANT] Validate with the QA team the files upload