todo responsibilities and cleanup (#1837)

* chore: add TODO responsibilities

* chore: remove not needed TODOs

* chore: remove outdated migrations

* chore: remove resolved goleak exception

* chore: remove not needed cosign env

* config: add link to our Azure snp docs
This commit is contained in:
3u13r 2023-06-01 12:33:06 +02:00 committed by GitHub
parent 0c13f3ed8d
commit e0285c122e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 40 additions and 104 deletions

View file

@ -18,10 +18,7 @@ import (
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m,
// TODO: Remove once https://github.com/sigstore/rekor/issues/1094 resolved
goleak.IgnoreTopFunction("internal/poll.runtime_pollWait"),
)
goleak.VerifyTestMain(m)
}
func TestRekorSearchByHash(t *testing.T) {