Skip to content

Commit

Permalink
Merge pull request #1661 from zalando/NVD_API_KEY
Browse files Browse the repository at this point in the history
Added NVD API key
  • Loading branch information
fatroom authored Nov 8, 2024
2 parents 58a2836 + 5da2b95 commit 8378227
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
-Dhttp.keepAlive=false
-Dmaven.wagon.http.pool=false
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .zappr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ approvals:
orgs:
- "zalando"
X-Zalando-Type: code
X-Zalando-Team: zelda
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<suppressionFiles>
<suppressionFile>cve-suppressions.xml</suppressionFile>
</suppressionFiles>
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 8378227

Please sign in to comment.