From 5146af303a98fd9fab4007f668d932eb620f4c5b Mon Sep 17 00:00:00 2001 From: Dylane Bengono Date: Thu, 5 Sep 2024 12:18:46 +0100 Subject: [PATCH] chore: Update YARA Tests documentation and GitHub Actions workflow --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 84a5418..a130106 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,15 @@ Install using this command: ```bash curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-yara/main/scripts/install.sh | sh ``` + +## YARA Tests + +To ensure the correct installation and configuration of YARA and Wazuh, we have implemented a set of automated tests. These tests verify the presence and proper configuration of essential components such as users, groups, configuration files, and installed packages. + +For a detailed description of these tests and how to execute them, please refer to the [YARA Tests README](scripts/tests/README.md). + +## GitHub Actions + +The repository includes a GitHub Actions workflow that automatically runs the tests on every push or pull request. This helps maintain the integrity of the system by validating the setup continuously. + +For more information on the test workflow, see the [GitHub Actions Workflow](https://github.com/ADORSYS-GIS/wazuh-yara/actions/workflows/yara-test.yml). \ No newline at end of file