Skip to content
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

Scan repository - show license violation on Github security issues #575

Merged
merged 11 commits into from
Nov 16, 2023
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
attiasas committed Nov 16, 2023
commit 11ddadd9e243533f7f4616cc2e2fd7df853fc093
4 changes: 2 additions & 2 deletions utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ func TestPrepareRunsForGithubReport(t *testing.T) {
},
}
for _, tc := range testCases {
prepareRunsForGithubReport([]*sarif.Run{tc.run})
assert.Equal(t, tc.expectedOutput, tc.run)

assert.Equal(t, tc.expectedOutput, prepareRunsForGithubReport([]*sarif.Run{tc.run})[0])
}
}

Expand Down
Loading