Skip to content

Commit

Permalink
Use Snyk as data provider (SAP#860)
Browse files Browse the repository at this point in the history
Fixes SAP#717
  • Loading branch information
ManjunathMS35 authored and sourabhsparkala committed Sep 26, 2022
1 parent f32e400 commit bee4b6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ private boolean hasSnykPolicy(LocalRepository repository) throws IOException {
List<Path> snykPolicyFilePaths = repository.files(SNYK_FILE_PREDICATE);
return !snykPolicyFilePaths.isEmpty();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ private OssFeatures() {
public static final Feature<Boolean> USES_SNYK
= new BooleanFeature("If a project uses Snyk");


/**
* Shows if an open source project has open pull requests from Snyk which means that
* there are dependencies with known vulnerabilities.
Expand Down

0 comments on commit bee4b6f

Please sign in to comment.