Skip to content

Commit

Permalink
fine tune for dependency check tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Nov 5, 2024
1 parent 9f3aed1 commit 3792596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyCheck {
apiKey=System.getenv("NVD_API_KEY") ?: ""
delay=30000
}
formats = ['HTML', 'XML']
formats = 'ALL'
analyzers {
nodeAudit {
skipDevDependencies = true
Expand Down

0 comments on commit 3792596

Please sign in to comment.