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 a3fe66e commit 65d41a4Copy full SHA for 65d41a4
.github/workflows/olm_tests.yaml
@@ -134,6 +134,12 @@ jobs:
134
BUNDLE_PUSH_OPT: "--tls-verify=false"
135
CATALOG_PUSH_OPT: "--tls-verify=false"
136
137
+ - name: Scorecard check
138
+ run: |
139
+ make scorecard-bundle
140
+ env:
141
+ IMG: "${{ env.REGISTRY_ADDRESS }}/codeflare-operator:v0.0.1"
142
+
143
- name: Update Operator to the built version
144
run: |
145
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