Skip to content

Commit 50a66b7

Browse files
authored
Merge pull request #714 from rhmdnd/OCPBUGS-55181
OCPBUGS-55181: Update NERC-CIP reference
2 parents 93614c0 + 6661bff commit 50a66b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/profileparser/profileparser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ func newStandardParser() *referenceParser {
840840
if crherr != nil {
841841
log.Error(crherr, "Could not register CIS Red Hat Linux reference parser") // not much we can do here..
842842
}
843-
nciperr := p.registerStandard("NERC-CIP", `^https://www\.nerc\.com/pa/Stand/Standard%20Purpose%20Statement%20DL/US_Standard_One-Stop-Shop\.xlsx$`)
843+
nciperr := p.registerStandard("NERC-CIP", `^https://www\.nerc\.com/pa/Stand/AlignRep/One%20Stop%20Shop\.xlsx$`)
844844
if nciperr != nil {
845845
log.Error(nciperr, "Could not register NERC-CIP reference parser") // not much we can do here..
846846
}

0 commit comments

Comments
 (0)