Skip to content

Commit

Permalink
ci: add scorecard-bundle to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Sep 1, 2023
1 parent 87a3743 commit e064156
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 @@ -134,6 +134,12 @@ jobs:
BUNDLE_PUSH_OPT: "--tls-verify=false"
CATALOG_PUSH_OPT: "--tls-verify=false"

- name: Scorecard check
run: |
make scorecard-bundle
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 e064156

Please sign in to comment.