ocurity / dracon

Security scanning & static analysis tool - forked and rewritten from @thought-machine/dracon
https://smithy.security
Apache License 2.0
73 stars 12 forks source link

Remove policy enricher from example pipelines #235

Closed flowirtz closed 2 months ago

flowirtz commented 2 months ago

This PR removes the enrichers/policy from the example pipelines.

Removing this because it requires 5GB of memory to run, but Docker Desktop by default only assigns 2GB to itself. The component can still be run, but requires users to manually tweak their memory limit. We decided this is too complex for an example pipeline and would cause more harm than good.

Also added a warning to enrichers/policy:README about these memory requirements.