securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
14 stars 3 forks source link

Use extension loader to load renderers #542

Closed ericwb closed 1 month ago

ericwb commented 1 month ago

The renderers should ideally be loaded via the extension mechanism rather than hard-coding the load of each class.

This also enables the ability to add future renderers without changes to the code that loads them.

Closes #541