diff --git a/README.md b/README.md index b9a5635..14e1d96 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/audit-policy.yaml b/collect/audit-policy.yaml similarity index 100% rename from audit-policy.yaml rename to collect/audit-policy.yaml diff --git a/collect.py b/collect/collect.py similarity index 100% rename from collect.py rename to collect/collect.py diff --git a/helm-charts.json b/collect/helm-charts.json similarity index 100% rename from helm-charts.json rename to collect/helm-charts.json