Skip to content

fix: prevent incomplete OWASP cache after timeout - #63

Merged
mmilk23 merged 1 commit into
developmentfrom
fix/dependency-check-cache-v2
Aug 14, 2026
Merged

fix: prevent incomplete OWASP cache after timeout#63
mmilk23 merged 1 commit into
developmentfrom
fix/dependency-check-cache-v2

Conversation

@mmilk23

@mmilk23 mmilk23 commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Adjusts the OWASP Dependency-Check workflow after observing the initial NVD download exceed the 20-minute timeout.

Changes:

  • increases job timeout from 20 to 60 minutes for the initial NVD bootstrap;
  • moves the Dependency-Check cache namespace to v2, avoiding reuse of the incomplete cache saved by the timed-out run;
  • saves Dependency-Check data only when the preceding analysis completes successfully, preventing partial/corrupt NVD data from becoming the weekly cache.

Once a complete weekly cache exists, pull-request runs can reuse it with autoUpdate=false and should be substantially faster.

@mmilk23
mmilk23 merged commit 3910fcd into development Aug 14, 2026
9 of 10 checks passed
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@mmilk23
mmilk23 deleted the fix/dependency-check-cache-v2 branch August 14, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants