This commit is contained in:
병준 박 2025-04-08 18:45:47 +00:00
parent 733b1e3a8f
commit ab1659d34f

View File

@ -58,6 +58,8 @@ spec:
type: string
default: "/home/git"
steps:
- name: clone-checkout
image: $(params.gitInitImage)
@ -66,6 +68,16 @@ spec:
#!/usr/bin/env sh
set -eu
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- "ALL"
runAsUser: 65532
runAsGroup: 65532
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault