Skip to content

Commit

Permalink
specific directory config for nvd
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Dec 9, 2024
1 parent 463915d commit 6561b57
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,17 @@ jobs:
run: lein uberjar

- name: NVD
working-directory: ./${{ matrix.project }}
uses: dependency-check/Dependency-Check_Action@main
env:
# actions/setup-java changes JAVA_HOME so it needs to be reset to match the depcheck image
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
--suppression ${{ matrix.project }}/dependency-check-suppressions.xml
- name: Persist NVD
if: always()
Expand Down

0 comments on commit 6561b57

Please sign in to comment.