We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e699dd commit 674d3c2Copy full SHA for 674d3c2
plugin/src/test/java/org/owasp/benchmarkutils/score/parsers/SemgrepSarifReaderTest.java
@@ -34,7 +34,7 @@ class SemgrepSarifReaderTest extends ReaderTestBase {
34
35
@BeforeEach
36
void setUp() {
37
- resultFile = TestHelper.resultFileOf("testfiles/Benchmark_Semgrep-v1.67.0.sarif");
+ resultFile = TestHelper.resultFileOf("testfiles/Benchmark_semgrep-v1.67.0.sarif");
38
BenchmarkScore.TESTCASENAME = "BenchmarkTest";
39
}
40
0 commit comments