Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-06-11 16:17:04 +10:00
committed by GitHub
parent b9ea0b7d29
commit 372b845dce
+1 -1
View File
@@ -217,7 +217,7 @@ function scanSkillScriptPath(filePath, findings) {
}
addFinding(findings, {
rule_id: "skill-script-added",
rule_id: "skill-script-touched",
severity: severityLevels.info,
file: normalized,
line: 1,