[cifuzz] Fix docs on downloading artifacts (#9090)

This commit is contained in:
jonathanmetzman 2022-11-30 14:47:01 -05:00 committed by GitHub
parent a75ded6b41
commit 7bb5a78bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 7 deletions

View File

@ -221,16 +221,22 @@ The results of CIFuzz can be found in two different places.
![Finding fuzzer output](../images/run_fuzzers.png)
* Artifacts:
1. When a crash is found by CIFuzz the Upload Artifact event is triggered.
1. This will cause a pop up in the right hand corner, allowing
you to download a zip file called `artifacts`.
1. `artifacts` contains two files for each crash:
* A test case that can be used to reproduce the crash.
* The sanitizer stack trace of the crash.
When the fuzzer crashes the input file that causes the crash is uploaded as an
artifact.
To download the artifact, do the following steps:
1. Click on the summary from the run, as illustrated in the screenshot below:
![Finding uploaded artifacts](../images/artifacts.png)
![github-actions-summary]
2. Click on the artifact you wish to download from the summary page, as
illustrated in the screenshot below:
![github-actions-download-crash]
[github-actions-crash]: https://storage.googleapis.com/clusterfuzzlite-public/images/github-actions-crash.png
[github-actions-coverage-report]: https://storage.googleapis.com/clusterfuzzlite-public/images/github-actions-coverage-report.png
## Feedback/Questions/Issues