diff --git a/attest/vcs/git/git.go b/attest/vcs/git/git.go index b6ed821..460692c 100644 --- a/attest/vcs/git/git.go +++ b/attest/vcs/git/git.go @@ -158,10 +158,6 @@ func (c *PathChecker) MakeSummary() (types.PathCheckSummary, error) { Git: &git, } - // TODO: determine position of local branch against remote - // TODO: introduce notion of primary remote branch to determine the possition of the working branch - // TODO: also check if local tag in sync wirth remote tag - head, err := c.cache.repo.Head() if err != nil { return nil, err