Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 1125f45

Browse files
Fix lint error (#75)
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
1 parent 31d545b commit 1125f45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CODEOWNERS

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# The CODEOWNERS are managed via a GitHub team, but the current list is (in alphabetical order):
44
#
5-
# asraa
5+
# codysoyland
66
# haydentherapper
7-
# imjasonh
8-
# lukehinds
9-
# znewman01
7+
# steiza
8+
# znewman01

old-sigstore-go/pkg/tlog/common_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ func TestComputeLogId(t *testing.T) {
105105
if err != nil {
106106
t.Fatal(err)
107107
}
108+
/* #nosec G101 */
108109
expected := "c0d23d6ad406973f9559f3ba2d1ca01f84147d8ffc5b8445c224f98b9591801d"
109110
if id != expected {
110111
t.Fatalf("expected %s, got %s", expected, id)

0 commit comments

Comments
 (0)