Fix resources isues 11

This commit is contained in:
2026-01-22 17:29:56 +01:00
parent ae5571f9ab
commit be4ad40c3d
8 changed files with 66 additions and 10 deletions

View File

@@ -33,6 +33,15 @@ spec:
steps:
- name: clone
image: alpine/git:2.43.0
securityContext:
runAsNonRoot: true
runAsUser: 65532
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
script: |
#!/bin/sh
set -e