From 12b62f43af211dddef39c0c081aa65a7fa475bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Lorenzo?= Date: Mon, 20 Jan 2025 06:51:02 +0000 Subject: [PATCH] chore: move files, fix README location --- README.md | 16 +++++++++++++--- audit-policy.yaml => collect/audit-policy.yaml | 0 collect.py => collect/collect.py | 0 helm-charts.json => collect/helm-charts.json | 0 4 files changed, 13 insertions(+), 3 deletions(-) rename audit-policy.yaml => collect/audit-policy.yaml (100%) rename collect.py => collect/collect.py (100%) rename helm-charts.json => collect/helm-charts.json (100%) 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