Skip to content

Commit

Permalink
test: add scorecard to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Oct 21, 2023
1 parent 9d8297e commit 030f2ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/olm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ jobs:
BUNDLE_PUSH_OPT: "--tls-verify=false"
CATALOG_PUSH_OPT: "--tls-verify=false"

- name: Scorecard check
run: |
make scorecard
env:
IMG: "${{ env.REGISTRY_ADDRESS }}/codeflare-operator:v0.0.1"

- name: Update Operator to the built version
run: |
ORIGINAL_POD_NAME=$(kubectl get pod -l app.kubernetes.io/name=codeflare-operator -n openshift-operators -o json | jq -r .items[].metadata.name)
Expand Down

0 comments on commit 030f2ca

Please sign in to comment.