From 7748a7f38101ba2a6fe7cb9a74d72065c460d909 Mon Sep 17 00:00:00 2001 From: Giuseppe Iannelli Date: Fri, 4 Oct 2024 16:18:58 +0200 Subject: [PATCH] fixup! feat(cve-scan-patch): patch image in dedicated GH Action job --- .github/workflows/cve-scan-and-patching.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cve-scan-and-patching.yml b/.github/workflows/cve-scan-and-patching.yml index 2537db0..81b13a0 100644 --- a/.github/workflows/cve-scan-and-patching.yml +++ b/.github/workflows/cve-scan-and-patching.yml @@ -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 }}