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:
@@ -119,7 +119,9 @@ jobs:
|
||||
|
||||
- name: Upload kube-bench report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
# Upstream v4 rejects Gitea because it identifies as GHES.
|
||||
# This compatible fork retains the v4 interface on both forges.
|
||||
uses: christopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: kube-bench-k3s-cis-1.7
|
||||
path: artifacts/kube-bench-k3s-cis-1.7.json
|
||||
|
||||
Reference in New Issue
Block a user