ocurity / dracon

Security scanning & static analysis tool - forked and rewritten from @thought-machine/dracon
https://ocurity.com
Apache License 2.0
61 stars 9 forks source link

Use Helm as the only deployment method #150

Closed linear[bot] closed 2 months ago

ptzianos commented 2 months ago

this is tackled in two parts:

  1. RFC 1 and subsequent implementation
  2. RFC 2 and subsequent implementation

The final outcome is that we should have a straightforward way of deploying everything with just 3 different types of packages. One package for all of Dracon's dependencies, one or more packages with the various tasks (open source, and custom tasks) and one for deploying Pipelines. That means that users can trivially deploy everything with a well known tool, everything is versioned and transparent and there is a simple way for users to manage their own custom resources with things like ArgoCD

ptzianos commented 2 months ago

merged as part of https://github.com/ocurity/dracon/pull/151