Skip to content

Commit

Permalink
brakeman rails project test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Sep 17, 2024
1 parent 2284935 commit 625f0d5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/pipelines/rails-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: -rails-project
components:
- pkg:helm/dracon-oss-components/base
- pkg:helm/dracon-oss-components/git-clone
- components/producers/brakeman
- pkg:helm/dracon-oss-components/producer-aggregator
- pkg:helm/dracon-oss-components/enricher-codeowners
- pkg:helm/dracon-oss-components/enricher-aggregator
- pkg:helm/dracon-oss-components/consumer-mongodb
- pkg:helm/dracon-oss-components/consumer-elasticsearch
22 changes: 22 additions & 0 deletions examples/pipelines/rails-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-rails-project-
spec:
pipelineRef:
name: dracon-rails-project
params:
- name: git-clone-url
value: https://github.com/guilleiguaran/dvra
- name: git-clone-subdirectory
value: source-code
workspaces:
- name: output
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi

0 comments on commit 625f0d5

Please sign in to comment.