Skip to content

Commit

Permalink
Warning on remote errors in dependency check (#174)
Browse files Browse the repository at this point in the history
We don't want PR to get blocked when dependency check is unable to download
  • Loading branch information
PrajwalKrishna authored Aug 2, 2023
1 parent 6d7ec63 commit 27095cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencyCheck {
suppressionFile = "owasp-suppressions.xml"
scanConfigurations.add("runtimeClasspath")
failBuildOnCVSS = 7.0F
}
analyzers.ossIndex.warnOnlyOnRemoteErrors = true
}

0 comments on commit 27095cc

Please sign in to comment.