Skip to content

Commit

Permalink
Try out the government registration
Browse files Browse the repository at this point in the history
Test if this goes faster from a government US site as described in
messages during build.
Public domain data from governments should not require registration, and
treat all accesses the same.
  • Loading branch information
binkley committed Mar 27, 2024
1 parent f1800c3 commit 37a1bbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,13 @@
<skip>${owasp.skip}</skip>
<failBuildOnAnyVulnerability>true
</failBuildOnAnyVulnerability>
<!--
Test if this goes faster from a government US site as
described in messages during build.
Public domain data from governments should not require
registrataion, and treat all accesses the same.
-->
<nvdApiKey>0fbd6249-ca99-49e2-bc76-45dd97c39191</nvdApiKey>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 37a1bbf

Please sign in to comment.