File: usage.ct

package info (click to toggle)
golang-golang-x-vuln 0.0~git20230201.4c848ed-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 992 kB
  • sloc: sh: 288; asm: 40; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
$ govulncheck -h
usage:
	govulncheck [flags] package...
	govulncheck [flags] binary

  -dir string
    	directory to use for loading source files
  -json
    	output JSON
  -tags list
    	comma-separated list of build tags
  -test
    	analyze test files. Only valid for source code.
  -v	print a full call stack for each vulnerability

For details, see https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck.


# Same output as -h, but failure.
$ govulncheck --> FAIL 1
usage:
	govulncheck [flags] package...
	govulncheck [flags] binary

  -dir string
    	directory to use for loading source files
  -json
    	output JSON
  -tags list
    	comma-separated list of build tags
  -test
    	analyze test files. Only valid for source code.
  -v	print a full call stack for each vulnerability

For details, see https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck.