-
Notifications
You must be signed in to change notification settings - Fork 498
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
✨ Token-Permission: Allow top level permissions not defined if all run level permissions are #1356
Conversation
c21f63c
to
44aaa36
Compare
8ccbcf0
to
a93ab73
Compare
Integration tests success for |
Integration tests success for |
Integration tests success for |
Integration tests success for |
Integration tests success for |
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.
Overall this looks good. Would you mind adding a file to checks/testdata
that gets a score of 9?
thanks for catching this, it slipped thru the cracks! |
9232d59
to
ee394a9
Compare
ee394a9
to
5841467
Compare
Integration tests success for |
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, just minor comments to tweak wording.
@chrismcgehee looks like I still need your LGTM to merge. |
Integration tests success for |
Integration tests success for |
friendly ping @chrismcgehee can you LGTM? |
adding @azeemsgoogle as reviewer to see if he can give me another LGTM to merge. |
Integration tests success for |
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. Left a comment about comment vs. code mismatch.
19b8c33
to
8d48a31
Compare
Integration tests success for |
We currently give a score of 0 if all job define their permissions but the top level is not.
This PR removes one point if the top level permissions are not defined but the run level ones are all defined.
See #1128 (comment) for more details.
closes #1128