Comments on How to Install and Use Vuls Vulnerability Scanner on Ubuntu 18.04 LTS
Vuls is a free and open-source Vulnerability Scanner written in Go. It is used to perform security vulnerability analysis and software updates on a daily basis. In this tutorial, we will explain, how to install and configure Vuls Vulnerability Scanner on Ubuntu 18.04 server.
2 Comment(s)
Comments
getting stuck at
cd goval-dictionary make installGO111MODULE=off go get -u golang.org/x/lint/golint/bin/sh: 1: go: not foundGNUmakefile:36: recipe for target 'lint' failedmake: *** [lint] Error 127
Got the same error after running same command as @zbecker did
GO111MODULE=off go get -u golang.org/x/lint/golint
golint ./commands ./config ./db ./db/rdb ./fetcher ./models ./util
make: golint: Command not found
GNUmakefile:36: recipe for target 'lint' failed
make: *** [lint] Error 127