Skip to content

Commit

Permalink
add snyk-python to the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 1, 2024
1 parent 8ab0722 commit 80cac7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/pipelines/snyk-project/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ kind: Kustomization
nameSuffix: -snyk-project
components:
- pkg:helm/dracon-oss-components/base
- pkg:helm/dracon-oss-components/producer-snyk
- pkg:helm/dracon-oss-components/git-clone
- pkg:helm/dracon-oss-components/producer-snyk-docker
- pkg:helm/dracon-oss-components/producer-snyk-python
- pkg:helm/dracon-oss-components/producer-aggregator
- pkg:helm/dracon-oss-components/enricher-deduplication
- pkg:helm/dracon-oss-components/enricher-aggregator
Expand Down
10 changes: 9 additions & 1 deletion examples/pipelines/snyk-project/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ spec:
pipelineRef:
name: dracon-snyk-project
params:
- name: git-clone-url
value: https://github.com/adeyosemanputra/pygoat.git
- name: producer-snyk-docker-api-key
value: ""
value: "$snyk-api-key"
- name: producer-snyk-docker-image
value: ubuntu

- name: producer-snyk-python-api-key
value: "$snyk-api-key"
- name: producer-snyk-python-relative-path-to-requirements-txt
value: "./requirements.txt"

workspaces:
- name: output
volumeClaimTemplate:
Expand Down

0 comments on commit 80cac7e

Please sign in to comment.