chore: move files, fix README location

This commit is contained in:
Jesús Pérez Lorenzo 2025-01-20 06:51:02 +00:00
parent 98c5d7e589
commit 12b62f43af
4 changed files with 13 additions and 3 deletions

View File

@ -17,11 +17,21 @@ This repository is focused in __Learning__ phase with attention on:
administrative operations.
## Files
- `raw-audit-logs.log` contains raw Kubernetes audit logs collected using the `audit-policy.yaml` audit policy.
If you wish to collect your own dataset, we include several source files that might help:
- `collect.py` is a script to trigger the installation and uninstallation of public Helm repositories.
- `helm-charts.json` is a backup of Helm charts used at the time of the collection.
### Collect data
If you wish to 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.
### Process data
### Learning
## Reference