Skip to content

Commit

Permalink
prevent leaking of NVD API key into logs
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Apr 18, 2024
1 parent b2ebe6f commit 037be96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -212,7 +212,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 037be96

Please sign in to comment.