From 33db796d6c507c8e90cf2c09dbfba6079e073bc1 Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Mon, 9 Oct 2023 12:56:48 +0100 Subject: [PATCH] Remove incorrect TODO note --- attest/vcs/git/git.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/attest/vcs/git/git.go b/attest/vcs/git/git.go index 990c148..b6ed821 100644 --- a/attest/vcs/git/git.go +++ b/attest/vcs/git/git.go @@ -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,