Skip to content

Commit

Permalink
attempt to fix trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Jul 8, 2024
1 parent 5090474 commit c6ffb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linters/trivy/trivy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fuzzyLinterCheckTest({
linterName: "trivy",
testName: "fs-vuln",
args: "-a",
fileIssueAssertionCallback: createFuzzyMatcher(() => vulnExpectedFileIssues, 30),
fileIssueAssertionCallback: createFuzzyMatcher(() => vulnExpectedFileIssues, 20),
preCheck: callbackGenerator("fs-vuln"),
});

Expand Down

0 comments on commit c6ffb39

Please sign in to comment.