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 d77dbe8 commit 1cf1873Copy full SHA for 1cf1873
docs/docs/vulnerability/languages/golang.md
@@ -20,7 +20,7 @@ Depending on Go versions, the required files are different.
20
| Version | Required files | Offline | License |
21
|---------|:--------------:|:-------:|:-------:|
22
| \>=1.17 | go.mod | ✓ | - |
23
-| <1.16 | go.mod, go.sum | ✓ | - |
+| <1.17 | go.mod, go.sum | ✓ | - |
24
25
In Go 1.17+ projects, Trivy uses `go.mod` for direct/indirect dependencies.
26
On the other hand, it uses `go.mod` for direct dependencies and `go.sum` for indirect dependencies in Go 1.16 or less.
0 commit comments