Skip to content

Commit

Permalink
Merge pull request #1049 from microsoft/trask/fix-cve-false-positive
Browse files Browse the repository at this point in the history
Fix CVE false positive
  • Loading branch information
trask authored Sep 3, 2019
2 parents fb33c69 + 9bd5ef9 commit 95533ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/common-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencyCheck {
}
outputDirectory = "${project.buildDir}/reports/dependency-check"
formats = ['HTML', 'JUNIT']
skipConfigurations = ['mavenDeployer', 'findbugs']
skipConfigurations = ['mavenDeployer', 'findbugs', 'checkstyle']
cveValidForHours = 1
failBuildOnCVSS = 0
}
Expand Down

0 comments on commit 95533ae

Please sign in to comment.