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 1d6758a commit bb72ac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cve-scan-and-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
needs: fetch_kfd_versions
continue-on-error: true
strategy:
max-parallel: 3
fail-fast: false
matrix:
kfd_version: ${{ fromJson(needs.fetch_kfd_versions.outputs.kfd_versions_json) }}
Expand Down Expand Up @@ -91,6 +92,7 @@ jobs:
- fetch_kfd_images_to_patch
continue-on-error: true
strategy:
max-parallel: 2
fail-fast: false
matrix:
image_to_patch: ${{ fromJson(needs.fetch_kfd_images_to_patch.outputs.images_to_patch_json) }}
Expand Down Expand Up @@ -149,6 +151,7 @@ jobs:
- patch
continue-on-error: true
strategy:
max-parallel: 3
matrix:
kfd_version: ${{ fromJson(needs.fetch_kfd_versions.outputs.kfd_versions_json) }}
steps:
Expand Down

0 comments on commit bb72ac9

Please sign in to comment.