Skip to content

Commit fc66793

Browse files
committed
doc/triage.md: advise creating a branch before running created-excluded
If you run `vulnreport create-excluded` on master, you'll get a new commit on master. You need to be on another branch. Change-Id: I10abad871a04f5e54f96bec40828529d631e8b71 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/475916 Reviewed-by: Tatiana Bradley <[email protected]> Run-TryBot: Jonathan Amsterdam <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 777378b commit fc66793

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/triage.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,17 @@ new report to the database by following these steps:
114114

115115
### If the report is labeled `excluded: REASON`
116116

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`.
118120
vulnreport will batch create YAML reports for all issues with the
119121
`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
121123
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).
123125
Additionally, `create-excluded` will automatically create a single commit for
124126
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
126128
[contribution guide](https://go.dev/doc/contribute) for sending a change on
127129
Gerrit.
128130

0 commit comments

Comments
 (0)