We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93614c0 + 6661bff commit 50a66b7Copy full SHA for 50a66b7
pkg/profileparser/profileparser.go
@@ -840,7 +840,7 @@ func newStandardParser() *referenceParser {
840
if crherr != nil {
841
log.Error(crherr, "Could not register CIS Red Hat Linux reference parser") // not much we can do here..
842
}
843
- nciperr := p.registerStandard("NERC-CIP", `^https://www\.nerc\.com/pa/Stand/Standard%20Purpose%20Statement%20DL/US_Standard_One-Stop-Shop\.xlsx$`)
+ nciperr := p.registerStandard("NERC-CIP", `^https://www\.nerc\.com/pa/Stand/AlignRep/One%20Stop%20Shop\.xlsx$`)
844
if nciperr != nil {
845
log.Error(nciperr, "Could not register NERC-CIP reference parser") // not much we can do here..
846
0 commit comments