Skip to content

Commit 8378227

Browse files
authored
Merge pull request #1661 from zalando/NVD_API_KEY
Added NVD API key
2 parents 58a2836 + 5da2b95 commit 8378227

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
-Dhttp.keepAlive=false
1717
-Dmaven.wagon.http.pool=false
1818
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
19+
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
1920

2021
jobs:
2122
build:

.zappr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ approvals:
77
orgs:
88
- "zalando"
99
X-Zalando-Type: code
10+
X-Zalando-Team: zelda

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
<suppressionFiles>
137137
<suppressionFile>cve-suppressions.xml</suppressionFile>
138138
</suppressionFiles>
139+
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
139140
</configuration>
140141
</plugin>
141142
<plugin>

0 commit comments

Comments
 (0)