We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eafab commit b134e9cCopy full SHA for b134e9c
.github/workflows/build.yml
@@ -329,8 +329,9 @@ jobs:
329
leeway_segment_key: ${{ secrets.LEEWAY_SEGMENT_KEY }}
330
- name: Scan Images for Vulnerabilities
331
shell: bash
332
+ env:
333
+ INSTALLER_IMAGE_BASE_REPO: ${{needs.configuration.outputs.image_repo_base}}
334
run: |
- INSTALLER_IMAGE_BASE_REPO=${{ needs.configuration.outputs.image_repo_base }}
335
./scripts/trivy/trivy-scan-images.sh ${{ needs.configuration.outputs.version }} CRITICAL
336
exit $?
337
0 commit comments