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 <[email protected]>
  • Loading branch information
naveensrinivasan committed Jun 5, 2023
1 parent 7c90920 commit 92d1641
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 92d1641

Please sign in to comment.