We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29c009 commit 4807ed6Copy full SHA for 4807ed6
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