Skip to content

Commit 64fded0

Browse files
authored
Merge pull request #1922 from uhafner/nvd-delay
Set NVD API delay to 1500 to avoid rate limit errors
2 parents 99700e6 + 41368da commit 64fded0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,8 @@
11241124
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
11251125
<ossIndexAnalyzerEnabled>false</ossIndexAnalyzerEnabled>
11261126
<ossIndexWarnOnlyOnRemoteErrors>true</ossIndexWarnOnlyOnRemoteErrors>
1127+
<nvdApiDelay>1500</nvdApiDelay>
1128+
<nvdMaxRetryCount>20</nvdMaxRetryCount>
11271129
</configuration>
11281130
<executions>
11291131
<execution>

0 commit comments

Comments
 (0)