-
Notifications
You must be signed in to change notification settings - Fork 598
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
Remote rules #1094
Comments
We don't have that capability builtin today but I really like this idea |
IMO, updating Given that #1216 is merged, an acceptable alternative would be to package, distribute, and install custom rules via |
Agree with this. Leaning on the side of Unix philosophy where other tools solve fetching remote files better, especially if handling credentials, and I'd recommend retrieving remote files locally first and then referencing their local copies similar issues: #1192, aws-cloudformation/cloudformation-guard#24 |
I added my rules and it is in my local path, so in pre commit config.yaml file i added my local path to include the rules. Suppose If i have my own rules in my repo (github) , can we replace my local path to github path in the config.yaml file ?
The text was updated successfully, but these errors were encountered: