Skip to content

Commit

Permalink
remove code from build.gradle. Use env var for nvd
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Dec 5, 2023
1 parent 45832d6 commit e06c597
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ allprojects {
}

dependencyCheck {
nvd {
apikey = System.getenv("NVD_API_KEY") ?: "aaabbbccc"
delay = 16000
}
failBuildOnCVSS = 7 // Fail on high CVSS severity
suppressionFile = "${rootDir}/gradle/owasp-suppression.xml"
skipConfigurations = [
Expand Down

0 comments on commit e06c597

Please sign in to comment.