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

[OCU-113] 🐛 Fix `producer/semgrep` not supporting registry #230

Closed flowirtz closed 1 week ago

flowirtz commented 2 weeks ago

This PR adds a new parameter producer-semgrep-config-value to the producer/semgrep. By default, it's set to auto.

Adding this new parameter makes the SemGrep producer immediately useful, without needing to define custom rules in YAML.

The binary also supports multiple --config parameters, so the two parameters don't interfere with each other.