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 65c6e2b commit 2736e1dCopy full SHA for 2736e1d
cmd/govulncheck/integration/stackrox-scanner/scanner.go
@@ -28,6 +28,7 @@ func main() {
28
"github.com/go-git/go-git/v5/plumbing/object": true,
29
"github.com/go-git/go-git/v5/storage/filesystem": true,
30
"github.com/go-git/go-git/v5/storage/filesystem/dotgit": true,
31
+ "github.com/mholt/archiver/v3": true,
32
"golang.org/x/crypto/ssh": true,
33
"golang.org/x/net/http2": true,
34
"golang.org/x/net/http2/hpack": true,
0 commit comments