ozontech / dtrack-audit

OWASP Dependency Track API client for intergration into CI/CD pipeline
GNU General Public License v3.0
51 stars 16 forks source link

Make dtrack-audit exit with non-zero code only when there are security issues #13

Closed oxdef closed 2 years ago

oxdef commented 2 years ago

In case of CI/CD and using of exit code to break current job it's important to consider that dtrack-audit use non-zero code only for reporting findings.

oxdef commented 2 years ago

Fixed in 89c2ff1