Skip to content

Commit 9ee6c75

Browse files
author
Vitor Hugo Salgado
committed
build: add owasp dependency check
1 parent eb18e88 commit 9ee6c75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins {
33
id "org.sonarqube" version "3.3"
44
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
55
id "org.jetbrains.kotlin.jvm" version "1.6.10" apply false
6+
id "org.owasp.dependencycheck" version "6.5.3"
67
}
78

89
def Version = file("$rootDir/VERSION.txt").text.trim()

0 commit comments

Comments
 (0)