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 fd37cf0 commit 7748a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cve-scan-and-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ jobs:
- name: download CVE scan pre patch output files
uses: actions/download-artifact@v4
with:
name: ${{ matrix.kfd_version }}
path: CVEs
- name: Execute CVEs scan post patch for KFD ${{ matrix.kfd_version }}
id: scan_post_patch
run: |
cd CVEs
find .
make trivy-download-db
make scan-post-patch KFD_VERSIONS="${{ matrix.kfd_version }}"
- name: publish CVE scan post patch output files for KFD ${{ matrix.kfd_version }}
Expand Down

0 comments on commit 7748a7f

Please sign in to comment.