diff --git a/content/posts/pushes/2026-03-25-push-bojemoi-main-27f5ef4.md b/content/posts/pushes/2026-03-25-push-bojemoi-main-27f5ef4.md new file mode 100644 index 0000000..5c4a068 --- /dev/null +++ b/content/posts/pushes/2026-03-25-push-bojemoi-main-27f5ef4.md @@ -0,0 +1,33 @@ +--- +title: "[bojemoi] Push 1 commit(s) to main" +date: 2026-03-25T23:05:13+01:00 +draft: false +tags: ["push", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Push de 1 commit(s) par Betty dans bojemoi/main" +author: "Betty" +--- + +## Push to `bojemoi/main` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Commits** | 1 | +| **Pushed by** | Betty | + +### Commits + +- **27f5ef4** feat(orchestrator): add VulnHub VM automation endpoints (Betty) + + +### Diff Summary + +``` + provisioning/orchestrator/app/main.py | 184 +++++++++++++++++++- + provisioning/orchestrator/app/models/schemas.py | 53 ++++++ + .../orchestrator/app/services/vulnhub_manager.py | 188 +++++++++++++++++++++ + scripts/import_vulnhub_ova.sh | 123 ++++++++++++++ + 4 files changed, 547 insertions(+), 1 deletion(-) +```