Skip to content

Commit

Permalink
.tekton/pull-request: fix snyk secret name
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
chmeliik committed Aug 6, 2024
1 parent 589299a commit 0f18944
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0f18944

Please sign in to comment.