Skip to content

Commit

Permalink
Fix CVE false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 3, 2019
1 parent fb33c69 commit 9bd5ef9
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 9bd5ef9

Please sign in to comment.