Skip to content

Commit

Permalink
refine for OWASP dependency-check tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Nov 4, 2024
1 parent 4800572 commit 946b317
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 483 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ dependencyCheck {
delay=30000
}
formats = ['HTML', 'XML']
analyzers {
nodeAudit {
skipDevDependencies = true
}
}
}

def zkcmlDir = "$rootDir/../zkcml"
Expand Down
18 changes: 0 additions & 18 deletions owasp-suppressions.xml

This file was deleted.

Loading

0 comments on commit 946b317

Please sign in to comment.