From ab7be1b891c862ea39557b902d30c33117f3d78e Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 3 Mar 2026 20:21:24 +0100 Subject: [PATCH] post: commit fb0c2c1 in bojemoi --- .../commits/2026-03-03-commit-fb0c2c1.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-03-03-commit-fb0c2c1.md diff --git a/content/posts/commits/2026-03-03-commit-fb0c2c1.md b/content/posts/commits/2026-03-03-commit-fb0c2c1.md new file mode 100644 index 0000000..dff8309 --- /dev/null +++ b/content/posts/commits/2026-03-03-commit-fb0c2c1.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] ci(trivy): fix clone path — use /repo instead of /workspace" +date: 2026-03-03T20:21:24+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit fb0c2c1 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `fb0c2c1` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `fb0c2c15dd9aa09ae05aefc489dea66074da6b29` | + + +### Description + +Runner mounts a volume at /workspace/bojemoi/bojemoi by default, +causing git clone to fail with "not an empty directory". + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M .gitea/workflows/trivy.yml +``` + +### Diff Summary + +``` + .gitea/workflows/trivy.yml | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) +```