We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6aa75 commit 6f627a1Copy full SHA for 6f627a1
insights-trivy/README.md
@@ -3,6 +3,4 @@
3
This image simply extends the standard Trivy docker image to include the vulnerability databases,
4
rather than downloading them every time it is invoked.
5
6
-It results in a bigger image, but the way Insights scans work often require the _entire_ DB to be downloaded
7
-every time it is run (which is multiple times a build).
8
-
+It results in a bigger image, but since Insights scans often require downloading the entire database, this approach reduces redundant downloads.
0 commit comments