Skip to content

Commit

Permalink
Adding example pipeline for atom reachability enricher.
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 committed Sep 17, 2024
1 parent 826a0b2 commit 66413c2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/pipelines/reachability-project/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
nameSuffix: -reachability-project
components:
- pkg:helm/dracon-oss-components/base
- pkg:helm/dracon-oss-components/git-clone
- pkg:helm/dracon-oss-components/producer-python-bandit
- pkg:helm/dracon-oss-components/producer-python-pip-safety
- pkg:helm/dracon-oss-components/producer-aggregator
- pkg:helm/dracon-oss-components/enrichers/reachability
- pkg:helm/dracon-oss-components/enricher-codeowners
- pkg:helm/dracon-oss-components/enricher-aggregator
24 changes: 24 additions & 0 deletions examples/pipelines/reachability-project/pipelinerun.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
generateName: reachability-project-
namespace: dracon
spec:
pipelineRef:
name: dracon-reachability-project
params:
- name: git-clone-url
value: https://github.com/fportantier/vulpy.git
- name: enricher-reachability-programming-language
value: python
workspaces:
- name: output
subPath: source-code
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi

0 comments on commit 66413c2

Please sign in to comment.