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

Use Snyk as data provider #860

Merged
merged 12 commits into from
Aug 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/test/java/com/sap/oss/phosphor/fosstars/advice/oss/SnykAdv…
…isorTest.java

Co-authored-by: Sourabh Sarvotham Parkala <[email protected]>
  • Loading branch information
ManjunathMS35 and sourabhsparkala authored Aug 15, 2022
commit 8a6fc27fd0273bac2752016cf4c748003908a119
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class SnykAdvisorTest {

@Test
public void testAdviseForSnyk() throws MalformedURLException {
SnykAdvisor advisor = new SnykAdvisor(WITH_EMPTY_CONTEXT);
final SnykAdvisor advisor = new SnykAdvisor(WITH_EMPTY_CONTEXT);
GitHubProject project = new GitHubProject("org", "test");

// no advice if no rating value is set
Expand Down