Skip to content

Commit

Permalink
Cache the NVD database
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 19, 2024
1 parent ca52b1e commit 67dd344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quality-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Cache the NVD database
uses: actions/cache@v3
with:
path: ~/.m2/repository/org/owasp/dependency-check-data
- name: Build with Maven
env:
BROWSER: chrome-container
Expand Down

0 comments on commit 67dd344

Please sign in to comment.