Export CSV Report
Export CSV report
pyraider go -e csv result.csv
pyraider check -f requirements.txt -e csv result.csv
Export CSV report by severity
Supported severities
- high
- medium
- low
pyraider go -e csv result.csv -s high
pyraider check -f requirements.txt -e csv result.csv -s high