ishiDACo / vulsrepo

VulsRepo is visualized based on the json report output in vuls.
MIT License
31 stars 14 forks source link

Scan time shown as null in UI #164

Open ajinkyakadam opened 3 years ago

ajinkyakadam commented 3 years ago

For all my vuls report, the scan time shown in the vulsRepo UI is null. However all the reports do contain the field ,"scannedAt":"2020-11-12T12:54:27.66463607Z",

ishiDACo commented 3 years ago

Probably because you changed the name of the directory where you are storing the results.

Currently, the directory name yyyy-MM-ddThh:mm:ssZ is used as the basis for deriving ScanTime, so do not change it.

/opt/vuls/results/yyyy-MM-ddThh:mm:mm:ssZ ... Do not change it.