Skip to content

Commit

Permalink
[ci skip] prevent leakage of NVD API key into logs
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Aug 8, 2024
1 parent 4395f42 commit 8916027
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 @@ -273,7 +273,7 @@
<detail>true</detail>
<suppressionFile>suppression.xml</suppressionFile>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 8916027

Please sign in to comment.