-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add bulk check permissions test #132
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.
running buf generate
works for me. running the buf YAML file as a script throws an error. It worked when I added --template
back
Failure: :2:1 unknown field "version", expected one of [file]
2 | version: "v2"
2 | ^
:3:1 unknown field "plugins", expected one of [file]
3 | plugins:
3 | ^
:8:1 unknown field "inputs", expected one of [file]
8 | inputs:
8 | ^
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.
Please add --template
back to the buf yaml 🙏🏻
Fixes #131
Description
There wasn't a test validating that
check_bulk_permissions
works, or example usage ofcheck_bulk_permissions
. This addresses the first and partially addresses the second.Changes
Testing
Review. See that things pass.