Skip to content

Commit

Permalink
fixup! feat(cve-scan-patch): patch image in dedicated GH Action job
Browse files Browse the repository at this point in the history
  • Loading branch information
g-iannelli committed Oct 4, 2024
1 parent 576094f commit 42adaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cve-scan-and-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 42adaf3

Please sign in to comment.