Skip to content

Commit 49c305e

Browse files
fix: ff fix for pathing of NVD Cache
1 parent ce042b4 commit 49c305e

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 }}/${{ parameters.vulnerability_scan_database_directory }}"
52+
path: "${{ parameters.vulnerability_scan_database_directory }}"
5353
displayName: Cache NVD Datatbase
5454

5555
- task: Bash@3

0 commit comments

Comments
 (0)