support kube-bench artifacts on Gitea Actions
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 7m5s
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 7m5s
This commit is contained in:
@@ -48,6 +48,11 @@ access because the workflow creates a k3d cluster and runs the kube-bench Job.
|
||||
Register a dedicated runner for this repository rather than sharing a runner
|
||||
with unrelated repositories.
|
||||
|
||||
The report upload uses the Gitea-compatible `gitea-upload-artifact` v4 fork.
|
||||
The upstream `actions/upload-artifact` v4 action identifies Gitea as GitHub
|
||||
Enterprise Server and exits before uploading. The compatible fork retains the
|
||||
same workflow interface for GitHub Actions and Gitea Actions.
|
||||
|
||||
Example Docker runner setup, with the registration token supplied separately:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user