-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* code for redhat cert * add scorecard file * add olm catalog and csv files * update dockerfiles * changes to make the scan pass * update csv * update secret * update resources * update resources * update resources auth * update resources * update versions of resources * update node status * update status descriptor * update status descriptor for security onboarding * final changes for redhat cert * update channel * renegerate bundle * add status for security onboarding * remove bundle dir from checkin * update spelling error Co-authored-by: root <[email protected]>
- Loading branch information
Showing
7 changed files
with
847 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
scorecard: | ||
# Setting a global scorecard option | ||
output: json | ||
plugins: | ||
# `basic` tests configured to test 2 CRs | ||
- basic: | ||
cr-manifest: | ||
- "deploy/crds/operator.ibm.com_v1alpha1_authentication_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_oidcclientwatcher_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_pap_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_policycontroller_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_policydecision_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_secretwatcher_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_securityonboarding_cr.yaml" | ||
- olm: | ||
cr-manifest: | ||
- "deploy/crds/operator.ibm.com_v1alpha1_authentication_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_oidcclientwatcher_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_pap_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_policycontroller_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_policydecision_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_secretwatcher_cr.yaml" | ||
- "deploy/crds/operator.ibm.com_v1alpha1_securityonboarding_cr.yaml" | ||
csv-path: "deploy/olm-catalog/ibm-iam-operator/3.5.0/ibm-iam-operator.v3.5.0.clusterserviceversion.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.