fix: resolve lint issues for make check compliance
Some checks failed
Check / check (pull_request) Failing after 5m5s

This commit is contained in:
clawbot
2026-02-19 23:44:47 -08:00
parent e24b45dfd6
commit 711c920285
11 changed files with 142 additions and 26 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
}