Skip to content

Commit 037be96

Browse files
committed
prevent leaking of NVD API key into logs
1 parent b2ebe6f commit 037be96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<skipTestScope>true</skipTestScope>
213213
<detail>true</detail>
214214
<suppressionFile>suppression.xml</suppressionFile>
215-
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
215+
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
216216
</configuration>
217217
<executions>
218218
<execution>

0 commit comments

Comments
 (0)