From 0f18944ecf00dfbc52d85d536b75247005da1511 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Tue, 6 Aug 2024 15:56:25 +0200 Subject: [PATCH] .tekton/pull-request: fix snyk secret name The secret in the namespace where this pipeline runs is called 'snyk-secret', not 'snyk-shared-secret'. Remove the param since 'snyk-secret' is the default value. Signed-off-by: Adam Cmiel --- .tekton/pull-request.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.tekton/pull-request.yaml b/.tekton/pull-request.yaml index 55279e1dd4..cc8f94ff7f 100644 --- a/.tekton/pull-request.yaml +++ b/.tekton/pull-request.yaml @@ -49,9 +49,6 @@ spec: - name: args value: [".", "-c", "/workspace/shared-workspace/source/.yamllint"] - name: sast-snyk-check - params: - - name: SNYK_SECRET - value: snyk-shared-secret runAfter: - fetch-repository taskRef: