Skip to content

Commit e573149

Browse files
authored
remove todos (#178)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 5ecb339 commit e573149

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

DESIGN.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ This control is met if the repo:
162162

163163
TODO: Provide a preconfigured ruleset under rulesets/
164164

165-
TODO: Update the policy to either require tag_immutability be set explicitly
166-
or make it implicit if the policy is Level 3+.
167-
168165
### TAG_HYGIENE
169166

170167
TAG_HYGIENE maps to the SLSA Source Track

sourcetool/pkg/gh_control/checklevel.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ func (ghc *GitHubConnection) computeRequiredChecks(ctx context.Context, ghCheckR
206206
}
207207
requiredChecks = append(requiredChecks, &slsa_types.Control{
208208
Name: CheckNameToControlName(check.Context),
209-
// TODO: get the time that indicates how long it's been enforced
210209
Since: ruleset.UpdatedAt.Time,
211210
})
212211
}

0 commit comments

Comments
 (0)