Skip to content

Commit

Permalink
correct nvd target/reports directory configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Dec 9, 2024
1 parent 6c3cd8d commit 20598ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
JAVA_HOME: /opt/jdk
with:
project: ${{ matrix.project }}
path: ./target
path: ./${{ matrix.project }}/target
format: 'HTML'
out: 'reports'
out: ./${{ matrix.project }}/reports
args: >
--suppression ./dependency-check-suppressions.xml
Expand All @@ -78,5 +78,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: nvd-${{ matrix.project }}-${{ github.sha }}
path: ./${{ matrix.project }}/dependency-check/report/*
path: ./${{ matrix.project }}/reports/*
retention-days: 1

0 comments on commit 20598ee

Please sign in to comment.