ggshield
ggshield copied to clipboard
Export: CSV
Export CSV
What
Implement support for CSV output.
Why
CSV is used as a reporting format
Command
ggshield scan --output-type=csv ci
ggshield scan --output-type=text ci
ggshield scan --output-type=json ci
Definition of Done
- [ ] CSV output handler
- [ ] --json ported to --output-type ( if not done already)
- [ ] text (default) added to --output-type ( if not done already)