Skip to content

Commit

Permalink
updating documentation URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
aksaswadkar authored and acornett21 committed Jan 30, 2024
1 parent f3d78e1 commit 4c9ea7c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ subject to change, and some features are not fully implemented.
## Certification Workflow Guide

For the complete container and operator bundle certification workflow instructions, please reference our
[official certification documentation](https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html/red_hat_software_certification_workflow_guide/index).
[official certification documentation](https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_software_certification_workflow_guide/index).

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion internal/policy/container/defaults.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package container

var certDocumentationURL = "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction"
var certDocumentationURL = "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction"
4 changes: 2 additions & 2 deletions internal/policy/operator/certified_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ func (p *certifiedImagesCheck) Metadata() check.Metadata {
return check.Metadata{
Description: "Checking that all images referenced in the CSV are certified. Currently, this check is not enforced.",
Level: "optional",
KnowledgeBaseURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operand-requirements_openshift-sw-cert-policy-products-managed",
CheckURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operand-requirements_openshift-sw-cert-policy-products-managed",
KnowledgeBaseURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operand-requirements_openshift-sw-cert-policy-products-managed",
CheckURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operand-requirements_openshift-sw-cert-policy-products-managed",
}
}

Expand Down
4 changes: 2 additions & 2 deletions internal/policy/operator/related_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ func (p *RelatedImagesCheck) Metadata() check.Metadata {
return check.Metadata{
Description: "Check that all images in the CSV are listed in RelatedImages section. Currently, this check is not enforced.",
Level: "optional",
KnowledgeBaseURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
CheckURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
KnowledgeBaseURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
CheckURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
}
}

Expand Down
4 changes: 2 additions & 2 deletions internal/policy/operator/required_annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ func (h RequiredAnnotations) Metadata() check.Metadata {
Description: "Checks that the CSV has all of the required feature annotations.",
// TODO: This will start as warn, but will need to move to `best`
Level: check.LevelWarn,
KnowledgeBaseURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
CheckURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
KnowledgeBaseURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
CheckURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
}
}

Expand Down
4 changes: 2 additions & 2 deletions internal/policy/operator/restricted_network_aware.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ func (p FollowsRestrictedNetworkEnablementGuidelines) Metadata() check.Metadata
// TODO: If this check is enforced and no longer optional, we need to identify ways to reduce false failures that may be caused by
// developers injecting related images in other ways.
Level: "optional",
KnowledgeBaseURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
CheckURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/8.69/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
KnowledgeBaseURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
CheckURL: "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed",
}
}

Expand Down

0 comments on commit 4c9ea7c

Please sign in to comment.