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

@@ -18,7 +18,16 @@ spec:
description: Comma-separated list of changed services
steps:
- name: detect-changes
image: alpine/git
image: alpine/git:2.43.0
securityContext:
runAsNonRoot: true
runAsUser: 65532
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
script: |
#!/bin/bash
set -e