-
Notifications
You must be signed in to change notification settings - Fork 13
feat(INT-6665): review GCP permissions #570
Conversation
husky.config.js
Outdated
module.exports = { | ||
hooks: { | ||
...huskyConfig.hooks, | ||
'pre-commit': `${huskyConfig.hooks['pre-commit']} && yarn document:permissions && git add docs/jupiterone.md`, |
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.
This will run SDK commands together with the document:permissions
one.
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 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.
You may want to do yarn lint-staged
afterwards... so might be worth running the huskyConfig's pre-commit after your script. Not a big deal though.
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.
thank you for your comments! will update that
64f6500
to
6c55fc7
Compare
chalk.gray( | ||
'DOCUMENT PERMISSIONS (START): Collecting permissions from steps...', | ||
), |
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.
🔥
6c55fc7
to
f1d03cf
Compare
f1d03cf
to
1abcf88
Compare
🚀 PR was released in |
Review GCP permissions and generate permissions list.