Skip to content

Commit 699276f

Browse files
committed
✨ add support for Semgrep OSS being the tool name
1 parent 494ad1a commit 699276f

File tree

1 file changed

+1
-1
lines changed
  • plugins/codemodder-plugin-semgrep/src/main/java/io/codemodder/providers/sarif/semgrep

1 file changed

+1
-1
lines changed

plugins/codemodder-plugin-semgrep/src/main/java/io/codemodder/providers/sarif/semgrep/SemgrepProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ public Set<AbstractModule> getModules(
3434

3535
@Override
3636
public List<String> wantsSarifToolNames() {
37-
return List.of("semgrep", "Semgrep");
37+
return List.of("semgrep", "Semgrep", "Semgrep OSS");
3838
}
3939
}

0 commit comments

Comments
 (0)