Skip to content

Commit

Permalink
use nvdApiKeyEnvironmentVariable key to prevent secret leak
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Apr 17, 2024
1 parent 44fe2bd commit 6d00e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<skipTestScope>true</skipTestScope>
<detail>true</detail>
<suppressionFile>suppression.xml</suppressionFile>
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 6d00e55

Please sign in to comment.