Skip to content

Commit 95533ae

Browse files
authored
Merge pull request #1049 from microsoft/trask/fix-cve-false-positive
Fix CVE false positive
2 parents fb33c69 + 9bd5ef9 commit 95533ae

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)