Skip to content

Commit 73852cb

Browse files
committed
nvd api key variable
1 parent 5b9ce6b commit 73852cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<artifactId>dependency-check-maven</artifactId>
238238
<version>12.2.1</version>
239239
<configuration>
240-
<nvdApiKey>${env.nvdApiKey}</nvdApiKey>
240+
<nvdApiKey>${env.NVD_KEY}</nvdApiKey>
241241
<skipProvidedScope>true</skipProvidedScope>
242242
<!-- analyzers not required in these projects -->
243243
<artifactoryAnalyzerEnabled>false</artifactoryAnalyzerEnabled>

0 commit comments

Comments
 (0)