Skip to content

Commit

Permalink
Merge pull request #28 from funfried/release/1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
funfried authored Feb 16, 2024
2 parents dcbe737 + c7f94fa commit e761927
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<username>${env.sonatype_username}</username>
<password>${env.sonatype_password}</password>
</server>
<server>
<id>nvd-api-key</id>
<password>${env.nvd_api_key}</password>
</server>
</servers>

<mirrors>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
<artifactId>dependency-check-maven</artifactId>
<version>9.0.9</version>
<configuration>
<nvdApiServerId>nvd-api-key</nvdApiServerId>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
</configuration>
</plugin>
Expand Down

0 comments on commit e761927

Please sign in to comment.