-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathharbor-vulnerability-list.1
More file actions
93 lines (65 loc) · 1.43 KB
/
harbor-vulnerability-list.1
File metadata and controls
93 lines (65 loc) · 1.43 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.nh
.TH "HARBOR" "1" "Harbor Community" "Harbor User Manuals"
.SH NAME
harbor-vulnerability-list - List vulnerabilities in Security Hub
.SH SYNOPSIS
\fBharbor vulnerability list [flags]\fP
.SH DESCRIPTION
List vulnerabilities from Harbor Security Hub
.SH OPTIONS
\fB--all\fP[=false]
Show all vulnerabilities (up to 1000)
.PP
\fB--cve-id\fP=""
Filter by exact CVE ID
.PP
\fB--cvss-score\fP=""
Filter by CVSS v3 score range (e.g. 7.0~10.0) or exact score (e.g. 7.0)
.PP
\fB--digest\fP=""
Filter by exact artifact digest
.PP
\fB--exclude\fP=""
Exclude vulnerabilities using a ',' separated query string (e.g., k=v or k=[min~max])
.PP
\fB--fixable\fP[=false]
Only show fixable vulnerabilities
.PP
\fB-h\fP, \fB--help\fP[=false]
help for list
.PP
\fB--package\fP=""
Filter by exact package name
.PP
\fB--page\fP=1
Page number
.PP
\fB--page-size\fP=10
Size of per page
.PP
\fB--project-name\fP=""
Filter by exact project name
.PP
\fB--repository\fP=""
Filter by exact repository name
.PP
\fB--severity\fP=""
Filter by severity level
.PP
\fB--tag\fP=""
Filter by exact artifact tag
.SH OPTIONS INHERITED FROM PARENT COMMANDS
\fB-c\fP, \fB--config\fP=""
config file (default is $HOME/.config/harbor-cli/config.yaml)
.PP
\fB-o\fP, \fB--output-format\fP=""
Output format. One of: json|yaml
.PP
\fB-v\fP, \fB--verbose\fP[=false]
verbose output
.SH EXAMPLE
.EX
harbor vulnerability list
.EE
.SH SEE ALSO
\fBharbor-vulnerability(1)\fP