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 Aug 9, 2024
1 parent 8d784b0 commit b8316e0
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 @@ -252,7 +252,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 b8316e0

Please sign in to comment.