Skip to content

Commit

Permalink
example snyk workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Sep 18, 2024
1 parent c1b5c68 commit 6a04e0c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/pipelines/snyk-project/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
nameSuffix: -snyk-project
components:
- pkg:helm/dracon-oss-components/base
- pkg:helm/dracon-oss-components/producer-snyk
- pkg:helm/dracon-oss-components/producer-aggregator
- pkg:helm/dracon-oss-components/enricher-deduplication
- pkg:helm/dracon-oss-components/enricher-aggregator
- pkg:helm/dracon-oss-components/consumer-stdout-json
22 changes: 22 additions & 0 deletions examples/pipelines/snyk-project/pipelinerun.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
generateName: dracon-snyk-project-
spec:
pipelineRef:
name: dracon-snyk-project
params:
- name: producer-snyk-docker-api-key
value: ""
- name: producer-snyk-docker-image
value: ubuntu
workspaces:
- name: output
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi

0 comments on commit 6a04e0c

Please sign in to comment.