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.
1 parent 9d8297e commit 030f2caCopy full SHA for 030f2ca
.github/workflows/olm_tests.yaml
@@ -115,6 +115,12 @@ jobs:
115
BUNDLE_PUSH_OPT: "--tls-verify=false"
116
CATALOG_PUSH_OPT: "--tls-verify=false"
117
118
+ - name: Scorecard check
119
+ run: |
120
+ make scorecard
121
+ env:
122
+ IMG: "${{ env.REGISTRY_ADDRESS }}/codeflare-operator:v0.0.1"
123
+
124
- name: Update Operator to the built version
125
run: |
126
ORIGINAL_POD_NAME=$(kubectl get pod -l app.kubernetes.io/name=codeflare-operator -n openshift-operators -o json | jq -r .items[].metadata.name)
0 commit comments