Skip to content

Commit 9f0856a

Browse files
Roming22Mo3m3n
authored andcommitted
Fix the configuration of the image scanner
The dependencies-updaet image job was not configured properly Signed-off-by: Romain Arnaud <[email protected]>
1 parent d633b3e commit 9f0856a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/individual-image-scanner-quay.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
run: |
107107
./ci/images/vulnerability-scan/scan-image.sh | tee /tmp/clair-scan.log
108108
echo "VULNERABILITIES_EXIST=$(tail -1 /tmp/clair-scan.log)" >> $GITHUB_OUTPUT
109+
env:
110+
IMAGE_NAME: dependencies-update
109111

110112
- name: devenv scan
111113
continue-on-error: true

0 commit comments

Comments
 (0)