We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901ee4f commit 9f74f2dCopy full SHA for 9f74f2d
pkg/scan/apk.go
@@ -183,6 +183,7 @@ type Options struct {
183
// DefaultOptions is the recommended default configuration for a new Scanner.
184
// These options are suitable for most use scanning cases.
185
var DefaultOptions = Options{
186
+ // TODO(hectorj2f): This is a temporary change to 120h, ideally we recommend to set that maximum built age to 48h.
187
MaxAllowedBuildAge: 120 * time.Hour,
188
}
189
0 commit comments