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

enricher/deduplication cannot connect to database #257

Closed flowirtz closed 1 month ago

flowirtz commented 2 months ago

The default enricher/deduplication currently fails, because it cannot connect to the database. This is because the database has since changed, and as such the connection string has as well. The offending line can be found here:

https://github.com/ocurity/dracon/blob/aab55a0ff27f616f79c7d03d24e23be970bdff6f/components/enrichers/deduplication/task.yaml#L22

For now, this is blocked by ~~[https://github.com/ocurity/dracon/pull/250~~](https://github.com/ocurity/dracon/pull/250).