Skip to content

Commit

Permalink
fix: helps if you add the database dir to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenSpellmaker committed Jul 19, 2024
1 parent a90e204 commit 90592df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azDevOps/azure/templates/steps/build/build-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
restoreKeys: |
nvd | "$(Agent.OS)"
nvd
path: "${{ parameters.repo_root_dir }}"
path: "${{ parameters.repo_root_dir }}/${{ parameters.vulnerability_scan_database_directory }}"
displayName: Cache NVD Datatbase

- task: Bash@3
Expand Down

0 comments on commit 90592df

Please sign in to comment.