Set your NVD API Key as an environment variable: NVD_API_KEY=<api key> Get your own API Key at https://nvd.nist.gov/developers/request-an-api-key
@@ -86,6 +86,7 @@
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
+ <nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
</configuration>
<executions>
<execution>