build: Fixed bug hunter agent so it can clone the repo which it needs to do to analyze it
CI / push-validation (push) Successful in 16s
CI / build (push) Successful in 26s
CI / lint (push) Successful in 33s
CI / helm (push) Successful in 35s
CI / quality (push) Successful in 52s
CI / typecheck (push) Successful in 56s
CI / security (push) Successful in 59s
CI / benchmark-regression (push) Has been skipped
CI / e2e_tests (push) Successful in 3m20s
CI / integration_tests (push) Successful in 4m15s
CI / unit_tests (push) Successful in 5m9s
CI / docker (push) Successful in 10s
CI / coverage (push) Successful in 10m46s
CI / status-check (push) Successful in 2s
CI / benchmark-publish (push) Has been cancelled

This commit is contained in:
clever-agent
2026-04-09 16:20:56 -04:00
parent a8688d6be1
commit 6a78953691
+1
View File
@@ -31,6 +31,7 @@ permission:
"head *": allow
"tail *": allow
# Read-only git commands:
"git clone*"
"git log*": allow
"git status*": allow
"git diff*": allow