Skip to content

Commit 90592df

Browse files
fix: helps if you add the database dir to cache
1 parent a90e204 commit 90592df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azDevOps/azure/templates/steps/build/build-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
restoreKeys: |
5050
nvd | "$(Agent.OS)"
5151
nvd
52-
path: "${{ parameters.repo_root_dir }}"
52+
path: "${{ parameters.repo_root_dir }}/${{ parameters.vulnerability_scan_database_directory }}"
5353
displayName: Cache NVD Datatbase
5454

5555
- task: Bash@3

0 commit comments

Comments
 (0)