From 2d81b54dcf670bf93a655b08e8051b7c0e2f0277 Mon Sep 17 00:00:00 2001 From: diana-dutava Date: Wed, 22 Jan 2025 23:11:56 -0500 Subject: [PATCH] added tekton cleanup and nose tests tasks --- .tekton/tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/tasks.yml b/.tekton/tasks.yml index 38e39e9..7b7cd4a 100644 --- a/.tekton/tasks.yml +++ b/.tekton/tasks.yml @@ -11,7 +11,7 @@ spec: - name: remove image: alpine:3 workingDir: $(workspaces.source.path) - securityContex: + securityContext: runAsNonRoot: false runAsUser: 0 env: