fix(db): retry downloading the database if it is broken (#452)

This commit is contained in:
Teppei Fukuda
2020-03-31 17:56:34 +03:00
committed by GitHub
parent 05fa7791dc
commit 1bc02f9f6a
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.13
require (
github.com/aquasecurity/fanal v0.0.0-20200317181056-f28b6d21845c
github.com/aquasecurity/go-dep-parser v0.0.0-20190819075924-ea223f0ef24b
github.com/aquasecurity/trivy-db v0.0.0-20200318223623-7d3e67b057d4
github.com/aquasecurity/trivy-db v0.0.0-20200331122722-2adcf16a2a26
github.com/caarlos0/env/v6 v6.0.0
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cheggaaa/pb/v3 v3.0.3