Skip to content

Commit b134e9c

Browse files
authored
Fix trivy scan on main (#20723)
1 parent f0eafab commit b134e9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,9 @@ jobs:
329329
leeway_segment_key: ${{ secrets.LEEWAY_SEGMENT_KEY }}
330330
- name: Scan Images for Vulnerabilities
331331
shell: bash
332+
env:
333+
INSTALLER_IMAGE_BASE_REPO: ${{needs.configuration.outputs.image_repo_base}}
332334
run: |
333-
INSTALLER_IMAGE_BASE_REPO=${{ needs.configuration.outputs.image_repo_base }}
334335
./scripts/trivy/trivy-scan-images.sh ${{ needs.configuration.outputs.version }} CRITICAL
335336
exit $?
336337

0 commit comments

Comments
 (0)