-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade Semgrep docgen #28
Conversation
internal/docgen/parsing.go
Outdated
@@ -92,13 +92,15 @@ func semgrepRules(destinationDir string) ([]PatternWithExplanation, *ParsedSemgr | |||
func getSemgrepRegistryRules() (*ParsedSemgrepRules, error) { | |||
return getRules( | |||
"https://github.com/semgrep/semgrep-rules", | |||
"express-fp", |
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.
we should also be able to checkout from a commit uuid if it's easier
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.
I agree. At the moment, the git library we use doesn't provide this option (or I couldn't find it). This is why I decided to go with this version
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.
These changes impose always updating the commit. They do deploys every day
No description provided.