Skip to content

Commit 5d6e9af

Browse files
committed
update owasp dependency check version and remove suppressions configuration in the gradle dependencyCheck task
1 parent 0a1db12 commit 5d6e9af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323

2424
id("com.github.hierynomus.license") version "0.16.1"
2525
id("com.github.jk1.dependency-license-report") version "1.16"
26-
id("org.owasp.dependencycheck") version "7.1.0.1"
26+
id("org.owasp.dependencycheck") version "latest.release"
2727

2828
id("nebula.maven-publish") version "17.3.2"
2929
id("nebula.contacts") version "5.1.0"
@@ -51,7 +51,6 @@ dependencyCheck {
5151
analyzers.nodeEnabled = false
5252
analyzers.assemblyEnabled = false
5353
failBuildOnCVSS = 9.0F
54-
suppressionFile = "suppressions.xml"
5554
format = org.owasp.dependencycheck.reporting.ReportGenerator.Format.valueOf(project.properties["dependencyCheckFormat"] as String? ?: "HTML")
5655
}
5756

0 commit comments

Comments
 (0)