Skip to content

Commit

Permalink
fix(cve): wrong name to export image patched reports
Browse files Browse the repository at this point in the history
  • Loading branch information
g-iannelli committed Nov 12, 2024
1 parent 04039ad commit cae34e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cve-scan-and-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
name: patch-report-${{ steps.patching.outputs.IMAGE_TO_PATCH_NORMALIZED }}.md
if-no-files-found: ignore
path: |
CVEs/reports/*.patched.md
CVEs/reports/*.patched.*.md
scan_post_patch:
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
with:
name: cve-patch-reports-by-image
path: |
reports/*.patched.md
reports/*.patched.*.md
- uses: geekyeggo/delete-artifact@v5
with:
name: |
Expand Down

0 comments on commit cae34e9

Please sign in to comment.