diff --git a/.github/workflows/cve-scan-and-patching.yml b/.github/workflows/cve-scan-and-patching.yml index abf493e..8d05d7d 100644 --- a/.github/workflows/cve-scan-and-patching.yml +++ b/.github/workflows/cve-scan-and-patching.yml @@ -77,6 +77,7 @@ jobs: - name: Set output id: set_output run: | + cd CVEs make concat-multiple-kfd-images-list IMAGES_TO_PATCH=$(cat all_kfd_images.txt) echo "IMAGES_TO_PATCH_JSON=[\"${IMAGES_TO_PATCH//[$'\r\n']/\",\"}\"]" >> "$GITHUB_OUTPUT"