Skip to content

Commit 4af0849

Browse files
committed
prevent leakage of NVD API key in logs
1 parent bbd0ec7 commit 4af0849

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
@@ -263,7 +263,7 @@
263263
<skipTestScope>true</skipTestScope>
264264
<detail>true</detail>
265265
<suppressionFile>suppression.xml</suppressionFile>
266-
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
266+
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
267267
</configuration>
268268
<executions>
269269
<execution>

0 commit comments

Comments
 (0)