From 5afad284169ad7e90bdeef3031e8e5dbce24ece8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Lorenzo?= Date: Mon, 20 Jan 2025 06:57:26 +0000 Subject: [PATCH] chore: fix README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14e1d96..e185c55 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,17 @@ administrative operations. - `raw-audit-logs.log` contains raw Kubernetes audit logs collected using the `audit-policy.yaml` audit policy. +Tools are distributed in directories: + +- Collect +- Process +- Learning + +As some tasks can be used in [Python](https://python.org) or [Rust](https://www.rust-lang.org/) there are directories for each programming languge inside directories tasks. + ### Collect data -If you wish to collect your own dataset, there are several source files that might help: +If you wish to [collect](collect) your own dataset, there are several source files that might help: - `collect/collect.py` is a script to trigger the installation and uninstallation of public Helm repositories. - `collect/helm-charts.json` is a backup of Helm charts used at the time of the collection.