Add JSONWriter, Fix CVE sort order of report

This commit is contained in:
kota kanbe
2016-05-28 11:22:45 +09:00
parent 150b1c2406
commit 54d6217b93
12 changed files with 135 additions and 57 deletions

View File

@@ -37,3 +37,5 @@ const (
type ResultWriter interface {
Write([]models.ScanResult) error
}
var resultDirPath string