-
Notifications
You must be signed in to change notification settings - Fork 8
docs: improve gha vulnerabilities documentation #645
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
Conversation
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 for working on it @moe-ad!
I added a few comments especially regarding the explanation of the vulnerabilities.
IMO each vulnerabilities should be structured as follow:
**Vulnerability title**
Brief explanation of the vulnerability / why it is important to fix it.
Link to zizmor documentation for further explanation
.. tab-set::
.. tab-item: Title emphasizing the vulnerability
.. code:: yaml
CICD WITH VULNERABILITY # additional comment to point out the vulnerability
.. tab-item: Title emphasizing the solution
.. code:: yaml
SAFE CICD # additional comment to point out the fix
Any additional note / tips
Feel free to share any views on this structure.
@clatapie thanks for the suggestions. I will make adjustments. |
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.
LGTM!
* docs: improve gha vulnerabilities documentation * docs: fix code block * docs: add content * docs: review suggestions and vale errors
closes #643