Skip to content

Commit 3c92807

Browse files
authored
Update README.md
1 parent 6b29bf1 commit 3c92807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ $ trivy image --skip-dirs "/usr/lib/ruby/gems,/etc" fluent/fluentd:edge
11761176

11771177
### Skip update of vulnerability DB
11781178

1179-
`Trivy` always updates its vulnerability database when it starts operating. This is usually fast, as it is a different update. But if you want to skip even that, use the `--skip-update` option.
1179+
`Trivy` downloads its vulnerability database every 12 hours when it starts operating. This is usually fast, as the size of the DB is only 10~30MB. But if you want to skip even that, use the `--skip-update` option.
11801180

11811181
```
11821182
$ trivy image --skip-update python:3.4-alpine3.9

0 commit comments

Comments
 (0)