Skip to content

Commit

Permalink
Remove incorrect TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 18, 2024
1 parent 000560d commit 0171fa3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions attest/vcs/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ const (
DefaultPrimaryRemoteName = "origin"
)

// TODO: need a way to detect multiple repos, for now PathChecker is only meant
// to be used for the manifest dir iteself, and assume there is no nested repos

func NewPathChecker(path string, digest digest.SHA256) types.PathChecker {
return &PathChecker{
path: path,
Expand Down

0 comments on commit 0171fa3

Please sign in to comment.