chore(agentcompat): document intentional scanner findings

Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
naiba
2026-07-20 17:07:04 +00:00
co-authored by naiba/CloudCode
parent 0332b1e212
commit 926f2ca632
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,7 @@ const (
RuleRepositoryNotAllowed Rule = "repository-not-allowed"
RuleRepositoryNotLiteral Rule = "repository-not-literal"
RuleOtherRepositoryRef Rule = "other-repository-ref"
RulePersistCredentials Rule = "persist-credentials"
RulePersistCredentials Rule = "persist-credentials" // #nosec G101 -- GitHub Actions configuration key, not a credential.
RuleReusableExecutable Rule = "reusable-executable"
RuleContinueOnError Rule = "continue-on-error"
RuleSwallowedFailure Rule = "swallowed-failure"