We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000560d commit 0171fa3Copy full SHA for 0171fa3
attest/vcs/git/git.go
@@ -23,9 +23,6 @@ const (
23
DefaultPrimaryRemoteName = "origin"
24
)
25
26
-// TODO: need a way to detect multiple repos, for now PathChecker is only meant
27
-// to be used for the manifest dir iteself, and assume there is no nested repos
28
-
29
func NewPathChecker(path string, digest digest.SHA256) types.PathChecker {
30
return &PathChecker{
31
path: path,
0 commit comments