chore: fix README

This commit is contained in:
Jesús Pérez Lorenzo 2025-01-20 06:57:26 +00:00
parent 12b62f43af
commit 5afad28416

View File

@ -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.