fix k3d kubeconfig for Docker runner
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 55s

This commit is contained in:
2026-08-11 17:00:44 -04:00
parent 22ccecc363
commit c0a6c050b5
2 changed files with 10 additions and 0 deletions
@@ -141,6 +141,7 @@ ExecStart=/usr/bin/docker run --name gitea-runner --rm \\
--env GITEA_RUNNER_NAME \\
--env GITEA_RUNNER_LABELS \\
--env-file /var/lib/gitea-runner/runner.env \\
--add-host host.docker.internal:host-gateway \\
--volume /var/run/docker.sock:/var/run/docker.sock \\
--volume /var/lib/gitea-runner:/data \\
$GITEA_RUNNER_IMAGE