--- 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(-) ```