bug fixed

This commit is contained in:
병준 박 2025-04-08 18:12:54 +00:00
parent 80f7d08811
commit b8962747de

View File

@ -1,4 +1,5 @@
---
apiVersion: tekton.dev/v1
kind: Task
metadata:
@ -145,15 +146,3 @@ spec:
printf "%s" "${RESULT_SHA}" > "$(results.commit.path)"
printf "%s" "${PARAM_URL}" > "$(results.url.path)"
podTemplate:
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
container:
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
capabilities:
drop:
- ALL