Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed OVA description message #2735

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ova/generate_ova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ build_ova() {
--product "Wazuh v${OVA_VERSION} OVA" \
--producturl "https://packages.wazuh.com/vm/wazuh-${OVA_VERSION}.ova" \
--vendor "Wazuh, inc <[email protected]>" --vendorurl "https://wazuh.com" \
--version "$OVA_VERSION" --description "Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring." \
--version "$OVA_VERSION" --description "Wazuh enhances security visibility in your infrastructure by monitoring endpoints at the operating system and application levels. Its capabilities include log analysis, file integrity monitoring, intrusion detection, and compliance monitoring." \
|| clean 1

vagrant destroy -f
Expand Down
2 changes: 1 addition & 1 deletion ova/wazuh_ovf_template
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ProductSection>
<AnnotationSection>
<Info>A human-readable annotation</Info>
<Annotation>Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring.</Annotation>
<Annotation>Wazuh enhances security visibility in your infrastructure by monitoring endpoints at the operating system and application levels. Its capabilities include log analysis, file integrity monitoring, intrusion detection, and compliance monitoring.</Annotation>
</AnnotationSection>
<OperatingSystemSection ovf:id="101" vmw:osType="otherLinux64Guest">
<Info>The kind of installed guest operating system</Info>
Expand Down
Loading