Skip to content

Commit

Permalink
NVD API KEY output
Browse files Browse the repository at this point in the history
  • Loading branch information
ndc-dxc committed Nov 28, 2024
1 parent 38c661d commit c821c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ spotbugsTest {
dependencyCheck {
nvd {
apiKey = System.getProperty("nvdApiKey")
System.out.print("NVD API is set: ")
System.out.println(null != apiKey)
delay = 16000
}
//set up a quality gate for vulnerabilities with high severity level:
Expand Down

0 comments on commit c821c15

Please sign in to comment.