From 8d78ff146294663d99c092a07686605072633a56 Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:41:57 +0100 Subject: [PATCH] Update date in json (#3382) Co-authored-by: GitHub Actions --- frontend/public/json/wazuh.json | 80 ++++++++++++++++----------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/frontend/public/json/wazuh.json b/frontend/public/json/wazuh.json index 223e5af8a..9fab4c049 100644 --- a/frontend/public/json/wazuh.json +++ b/frontend/public/json/wazuh.json @@ -1,43 +1,43 @@ { - "name": "Wazuh", - "slug": "wazuh", - "categories": [ - 1 - ], - "date_created": "2025-03-19", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": 443, - "documentation": "https://documentation.wazuh.com/", - "website": "https://wazuh.com/", - "logo": "https://avatars.githubusercontent.com/u/13752566?s=200&v=4", - "description": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.", - "install_methods": [ - { - "type": "default", - "script": "ct/wazuh.sh", - "resources": { - "cpu": 4, - "ram": 4096, - "hdd": 10, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": "root", - "password": null + "name": "Wazuh", + "slug": "wazuh", + "categories": [ + 1 + ], + "date_created": "2025-03-24", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 443, + "documentation": "https://documentation.wazuh.com/", + "website": "https://wazuh.com/", + "logo": "https://avatars.githubusercontent.com/u/13752566?s=200&v=4", + "description": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.", + "install_methods": [ + { + "type": "default", + "script": "ct/wazuh.sh", + "resources": { + "cpu": 4, + "ram": 4096, + "hdd": 10, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": "root", + "password": null + }, + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" }, - "notes": [ - { - "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", - "type": "warning" - }, - { - "text": "Show password: `cat ~/wazuh.creds`", - "type": "info" - } - ] + { + "text": "Show password: `cat ~/wazuh.creds`", + "type": "info" + } + ] }