We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b29c009 + 4807ed6 commit 12052b6Copy full SHA for 12052b6
1 file changed
internal/scanner/osv.go
@@ -19,7 +19,7 @@ const (
19
AdvisoryKind osvReferenceKind = "ADVISORY"
20
WebKind osvReferenceKind = "WEB"
21
PackageKind osvReferenceKind = "PACKAGE"
22
- osvTimeout = 30 * time.Second
+ osvTimeout = 5 * time.Minute
23
)
24
25
type osvSource struct {
0 commit comments