-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add vulnerability report verifier #35
docs: add vulnerability report verifier #35
Conversation
✅ Deploy Preview for ratify-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @akashsinghal . Please see my comments.
|
||
### Recording | ||
|
||
[![asciicast](https://asciinema.org/a/622368.svg)](https://asciinema.org/a/622368) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a way to embed the player into the website page. Could you try it as follows?
<script async id="asciicast-622368" src="https://asciinema.org/a/622368.js"></script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this is nontrivial. I tried to change the file to mdx but I still cannot embed the script inside the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc looks great! left some minor coments. thanks!
| maximumAge | No | spec.parameters.maximumAge | The string formatted max age of report | "" | | ||
| disallowedSeverities | No | spec.parameters.disallowedSeverities | String array of disallowed severities. Verification fails if ANY specified severity found. Most common severities: `low`, `medium`, `high`, `critical`, `unknown` | [] | | ||
| denylistCVEs | No | spec.parameters.denylistCVEs | String array of CVE IDs. Verification fails if ANY specified CVE ID found. Find CVEs [here](https://nvd.nist.gov/vuln/search) | [] | | ||
| passthrough | No | spec.parameters.passthrough | Bypasses all verification except for `maximumAge`. Report content in `report` field of verifier report | false | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion to mention which scenarios may passthrough be useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@susanshi I've added a section at the bottom called "Passthrough Mode". I feel specifying scenarios in the parameter table is too verbose.
No description provided.