More lint

This commit is contained in:
Viktor Liu
2025-07-02 21:55:25 +02:00
parent 5970591d24
commit 1fdde66c31
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ const (
// Common error messages
commandFlag = "-Command"
closeTokenErrorMsg = "close token error: %v"
closeTokenErrorMsg = "close token error: %v" // #nosec G101 -- This is an error message template, not credentials
convertUsernameError = "convert username to UTF16: %w"
convertDomainError = "convert domain to UTF16: %w"
)