mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-23 16:07:34 +00:00
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:
@@ -217,7 +217,7 @@ function scanSkillScriptPath(filePath, findings) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
addFinding(findings, {
|
addFinding(findings, {
|
||||||
rule_id: "skill-script-added",
|
rule_id: "skill-script-touched",
|
||||||
severity: severityLevels.info,
|
severity: severityLevels.info,
|
||||||
file: normalized,
|
file: normalized,
|
||||||
line: 1,
|
line: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user