Commit f53cc3c
committed
Makefile: Add arguments for govulncheck
Make it possible to specify extra arguments for govulncheck
by setting GOVULNCHECK_ARGS. This is useful for finding
vulnerabilities that govulncheck determines are irrelevant.
Use GOVULNCHECK_ARGS="-show verbose" to see them.
Signed-off-by: Lennart Jern <[email protected]>1 parent 57ae27e commit f53cc3c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
596 | 598 | | |
597 | 599 | | |
598 | 600 | | |
599 | | - | |
600 | | - | |
| 601 | + | |
| 602 | + | |
601 | 603 | | |
602 | 604 | | |
603 | 605 | | |
| |||
0 commit comments