Skip to content

Commit ff4599f

Browse files
committed
test: add scorecard to gh action
1 parent 65b8889 commit ff4599f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/olm_tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ jobs:
134134
BUNDLE_PUSH_OPT: "--tls-verify=false"
135135
CATALOG_PUSH_OPT: "--tls-verify=false"
136136

137+
- name: Scorecard check
138+
run: |
139+
make scorecard
140+
env:
141+
IMG: "${{ env.REGISTRY_ADDRESS }}/codeflare-operator:v0.0.1"
142+
137143
- name: Update Operator to the built version
138144
run: |
139145
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

Comments
 (0)