sonatype-nexus-community / chelsea

Dependency vulnerability auditor for Ruby
Apache License 2.0
14 stars 11 forks source link

Add quiet and format options to chelsea #8

Closed DarthHater closed 4 years ago

DarthHater commented 4 years ago

Pretty much all the other OSS Index integrations have:

Quiet implemented for all formatters, primarily for text formatter, but also for junit/xml such that only that gets spit out (for someone using chelsea to output to a file)

XML, Json and text formatters implemented/refactored

Tests added for XML and json (net new). Text refactored to follow their pattern as well, no test yet (will write as a part of another PR)