Skip to content

Commit b8316e0

Browse files
committed
prevent leaking of NVD API key into logs
1 parent 8d784b0 commit b8316e0

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
@@ -252,7 +252,7 @@
252252
<skipTestScope>true</skipTestScope>
253253
<detail>true</detail>
254254
<suppressionFile>suppression.xml</suppressionFile>
255-
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
255+
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
256256
</configuration>
257257
<executions>
258258
<execution>

0 commit comments

Comments
 (0)