Skip to content

Commit

Permalink
[NO-ISSUE] Add scorecard tests to ci workflow
Browse files Browse the repository at this point in the history
Co-authored-by: Bruscino Domenico Francesco <[email protected]>
  • Loading branch information
2 people authored and gaohoward committed May 9, 2024
1 parent 875bca8 commit 2948e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
podman manifest push $IMAGE_NAME:dev.latest docker://quay.io/${{ secrets.QUAY_NAMESPACE }}/$IMAGE_NAME:$COMMIT_TAG
podman manifest push $IMAGE_NAME:dev.latest docker://quay.io/${{ secrets.QUAY_NAMESPACE }}/$IMAGE_NAME:dev.latest
- name: Run scorecard tests
run: make scorecard | tee scorecard.log && ! grep 'Suggestions' scorecard.log

- name: Build the bundle image
run: podman build --file bundle.Dockerfile --label quay.expires-after=90d --label git-sha=$GITHUB_SHA --tag $IMAGE_NAME-bundle:dev.latest .

Expand Down

0 comments on commit 2948e7e

Please sign in to comment.