We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58a2836 + 5da2b95 commit 8378227Copy full SHA for 8378227
.github/workflows/build.yaml
@@ -16,6 +16,7 @@ env:
16
-Dhttp.keepAlive=false
17
-Dmaven.wagon.http.pool=false
18
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
19
+ NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
20
21
jobs:
22
build:
.zappr.yaml
@@ -7,3 +7,4 @@ approvals:
7
orgs:
8
- "zalando"
9
X-Zalando-Type: code
10
+X-Zalando-Team: zelda
pom.xml
@@ -136,6 +136,7 @@
136
<suppressionFiles>
137
<suppressionFile>cve-suppressions.xml</suppressionFile>
138
</suppressionFiles>
139
+ <nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
140
</configuration>
141
</plugin>
142
<plugin>
0 commit comments