fixed lint error

This commit is contained in:
Jovan Djukic
2026-05-04 13:31:29 +02:00
parent d857f31cdc
commit 4802fbaa50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -225,4 +225,4 @@ func evidenceNonce(report []byte) (string, error) {
// SetExecCommandContext allows tests to inject a mock exec.CommandContext.
func (v *verifier) SetExecCommandContext(cmdFunc func(ctx context.Context, name string, arg ...string) *exec.Cmd) {
v.execCommandContext = cmdFunc
}
}
+1 -1
View File
@@ -347,4 +347,4 @@ func TestMatchesCoRIM(t *testing.T) {
m := &corim.UnsignedCorim{Tags: []corim.Tag{bad}}
assert.True(t, matchesCoRIM(digest, m))
})
}
}