thinksabin / DTrackAuditor

DTrackAuditor is the python script to faciliate usage of DependencyTrack in the CI.
Apache License 2.0
10 stars 11 forks source link

Refactor, rules support and policy violation check. #7

Closed keymandll closed 3 years ago

keymandll commented 3 years ago

Hi there,

I've made quite a few changes and improvements. Thought you might be interested.

  1. Refactored the code and cleaned things up a bit.
  2. Added feature to allow for configurable vulnerability check rules
  3. Added mandatory policy violation check and policy enforcement

The second one is of course a change that is significantly different than the previous behaviour, so I understand if you end up deciding not to merge the changes.