Skip to content

Commit

Permalink
ci NVD working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Dec 9, 2024
1 parent f72b0ca commit f02907d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,16 @@ 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: ${{ matrix.project }}/target
path: ./target
format: 'HTML'
out: ${{ matrix.project }}/reports
out: ./reports
args: >
--suppression ./dependency-check-suppressions.xml
Expand Down

0 comments on commit f02907d

Please sign in to comment.