Skip to content

Commit 9bd5ef9

Browse files
committed
Fix CVE false positive
1 parent fb33c69 commit 9bd5ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/common-java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencyCheck {
5454
}
5555
outputDirectory = "${project.buildDir}/reports/dependency-check"
5656
formats = ['HTML', 'JUNIT']
57-
skipConfigurations = ['mavenDeployer', 'findbugs']
57+
skipConfigurations = ['mavenDeployer', 'findbugs', 'checkstyle']
5858
cveValidForHours = 1
5959
failBuildOnCVSS = 0
6060
}

0 commit comments

Comments
 (0)