Skip to content

Commit

Permalink
Update to the latest commit in develop branch of semgrep-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvacareanu7 committed Jul 24, 2024
1 parent ce87852 commit 09b29b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/docgen/parsing.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func semgrepRules(destinationDir string) ([]PatternWithExplanation, *ParsedSemgr
func getSemgrepRegistryRules() (*ParsedSemgrepRules, error) {
return getRules(
"https://github.com/semgrep/semgrep-rules",
"1366b5ba8d7e733ea7f4b140087b78d6a7ef90a2",
"cd6cd52881500fb4f2ed8c0d31ed29abb4894a8a",
isValidSemgrepRegistryRuleFile,
prefixRuleIDWithPath)
}
Expand Down

0 comments on commit 09b29b3

Please sign in to comment.