File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -114,15 +114,17 @@ new report to the database by following these steps:
114
114
115
115
### If the report is labeled ` excluded: REASON `
116
116
117
- 1 . Run ` vulnreport create-excluded ` .
117
+ 1 . Start a new branch in your vuldb clone for the commit that the next step
118
+ will create.
119
+ 2 . Run ` vulnreport create-excluded ` .
118
120
vulnreport will batch create YAML reports for all issues with the
119
121
` excluded: REASON ` label. If there is an error creating any given report,
120
- the skipped issue number will be printed to stdout and said issue will have
122
+ the skipped issue number will be printed to stdout and that issue will have
121
123
to be created manually with ` vulnreport create <Github issue number> ` .
122
- (see steps 2-4 above for more information).
124
+ (see steps 2-4 above for more information).
123
125
Additionally, ` create-excluded ` will automatically create a single commit for
124
126
all successful reports.
125
- 2 . Send the commit for review and approval. See the Go
127
+ 3 . Send the commit for review and approval. See the Go
126
128
[ contribution guide] ( https://go.dev/doc/contribute ) for sending a change on
127
129
Gerrit.
128
130
You can’t perform that action at this time.
0 commit comments