-
-
Notifications
You must be signed in to change notification settings - Fork 91
feat: new audit: anonymous-definition #937
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
feat: new audit: anonymous-definition #937
Conversation
Notes: * GitHub UI being impacted by unnamed Workflows make severity feel higher for that than jobs. That said, since it is not a security problem, I felt like "Low" was appropriate. Curious thoughts on this. * I left out 'ReusableWorkflowCallJob' since as far as I could tell, they did not have any naming capabilities Closes: zizmorcore#795
Thanks @andrewpollack! I'll give this a review later today. |
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 @andrewpollack, this looks really great! Just some small feedback items.
Apart from that, this PR needs two things for merge-readiness:
- An update to
audits.md
with a new section documenting this audit; the other sections should be a good reference 🙂 - An update to
release-notes.md
under the "New Features" category, like with previous release notes for new audits
Thank you for the review, this is great! I'll push updates later tonight |
Added docs as part of 075cea0 |
Signed-off-by: William Woodruff <william@yossarian.net>
LGTM, thanks a ton @andrewpollack! |
Signed-off-by: William Woodruff <william@yossarian.net>
Notes:
Closes: #795