From 9bb7b126e05e520b374460325b105bf39ea5519c Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Tue, 12 Sep 2023 09:58:47 +0200 Subject: [PATCH] fix: remove workspaces from pipeline --- .tekton/trustification-guac-pull-request.yaml | 3 --- .tekton/trustification-guac-push.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.tekton/trustification-guac-pull-request.yaml b/.tekton/trustification-guac-pull-request.yaml index bb7a7b5164..263aa5c2d2 100644 --- a/.tekton/trustification-guac-pull-request.yaml +++ b/.tekton/trustification-guac-pull-request.yaml @@ -279,9 +279,6 @@ spec: operator: in values: - "false" - workspaces: - - name: test-ws - workspace: workspace - name: clair-scan params: - name: image-digest diff --git a/.tekton/trustification-guac-push.yaml b/.tekton/trustification-guac-push.yaml index bef6eab4e0..1a5d1f6a17 100644 --- a/.tekton/trustification-guac-push.yaml +++ b/.tekton/trustification-guac-push.yaml @@ -276,9 +276,6 @@ spec: operator: in values: - "false" - workspaces: - - name: test-ws - workspace: workspace - name: clair-scan params: - name: image-digest