fix: [DevOps] Temporary for NVD, use datafeed instead of API#921
Open
CharlesDuboisSAP wants to merge 3 commits into
Open
fix: [DevOps] Temporary for NVD, use datafeed instead of API#921CharlesDuboisSAP wants to merge 3 commits into
CharlesDuboisSAP wants to merge 3 commits into
Conversation
Jonas-Isr
reviewed
Jun 30, 2026
Jonas-Isr
left a comment
Member
There was a problem hiding this comment.
Can we just run it from the branch and see if it works?
| <version>12.1.0</version> | ||
| <configuration> | ||
| <connectionTimeout>60000</connectionTimeout> | ||
| <nvdDatafeedUrl>https://dependency-check.github.io/DependencyCheck_Builder/nvd_cache/nvdcve-{0}.json.gz</nvdDatafeedUrl> |
Member
There was a problem hiding this comment.
(Question)
This automatically jumps in if the call to the usual server fails?
Contributor
Author
There was a problem hiding this comment.
It replaces the server
Contributor
Author
It works (ish) https://github.com/SAP/ai-sdk-java/actions/runs/28446859432/job/84298387124 |
Member
Why the "ish"? It looks like it is working properly right? Or do you mean because it found a violation? |
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
AI/ai-sdk-java-backlog#448.
If the current dependency vulnerability scan fails, then we move temporarily to a data feed, higher bandwidth but higher reliability.