Skip to content

Commit

Permalink
separate out node depenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgough-ms committed Jan 2, 2025
1 parent 189f240 commit 944bf2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cve-scanning-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ jobs:
project: '${{ matrix.module-folder }}'
path: '${{ matrix.module-folder }}'
format: 'HTML'
out: '${{ matrix.module-folder }}-reports' # this is the default, no need to specify unless you wish to override it
out: '${{ matrix.module-folder }}-reports'
args: >
--suppression .github/maven-cve-ignore-list.xml
--failOnCVSS 5
--enableRetired
--exclude package.json,package-lock.json
- name: Upload Test results
if: ${{ always() }}
Expand Down

0 comments on commit 944bf2e

Please sign in to comment.