Skip to content

Commit 030f2ca

Browse files
committed
test: add scorecard to gh action
1 parent 9d8297e commit 030f2ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/olm_tests.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
BUNDLE_PUSH_OPT: "--tls-verify=false"
116116
CATALOG_PUSH_OPT: "--tls-verify=false"
117117

118+
- name: Scorecard check
119+
run: |
120+
make scorecard
121+
env:
122+
IMG: "${{ env.REGISTRY_ADDRESS }}/codeflare-operator:v0.0.1"
123+
118124
- name: Update Operator to the built version
119125
run: |
120126
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)