ocurity / dracon

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

Move issue-uuid population to base producer #228

Open linear[bot] opened 2 weeks ago

linear[bot] commented 2 weeks ago

Currently the producer-aggregator populates the issue uuid field with
`: ` this does not make much sense as the scanuuid is never used and all components receive results for a single scan anyways.

Let's remove this functionality and instead move the uuid population to either putil or base producer