Skip to content

Commit

Permalink
Fixed the code review comments.
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Jun 7, 2023
1 parent 529579a commit 8f1c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencydiff/dependencydiff.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ type dependencydiffContext struct {
results []pkg.DependencyCheckResult
}

// Deprecated: This is going to be removed in the future.
// GetDependencyDiffResults gets dependency changes between two given code commits BASE and HEAD
// along with the Scorecard check results of the dependencies, and returns a slice of DependencyCheckResult.
// TO use this API, an access token must be set. See https://github.com/ossf/scorecard#authentication.
// Deprecated: This is going to be removed in the future.
func GetDependencyDiffResults(
ctx context.Context,
repoURI string, /* Use the format "ownerName/repoName" as the repo URI, such as "ossf/scorecard". */
Expand Down

0 comments on commit 8f1c3a8

Please sign in to comment.