fix: resolve lint issues for make check compliance

This commit is contained in:
clawbot
2026-02-19 23:39:26 -08:00
parent 214b5f83ba
commit bfea5be063
13 changed files with 185 additions and 59 deletions

View File

@@ -12,7 +12,7 @@ import (
// KeyPair contains an SSH key pair.
type KeyPair struct {
PrivateKey string
PrivateKey string //nolint:gosec // field name describes SSH key material, not a hardcoded secret
PublicKey string
}