File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ variables:
147
147
value : true
148
148
- name : vulnerability_scan_report
149
149
value : " target/dependency-check-report.html"
150
+ - name : vulnerability_scan_api_key
151
+ value : " ${{ variables.nvd-api-key }}"
150
152
- name : vulnerability_scan_fail_build_on_detection
151
153
value : false
152
154
@@ -224,7 +226,7 @@ stages:
224
226
docker_build_container : " ${{ variables.docker_java_image }}"
225
227
# Vulnerability Scanning
226
228
vulnerability_scan : " ${{ variables.vulnerability_scan }}"
227
- vulnerability_scan_api_key : " ${{ variables.nvd-api-key }}"
229
+ vulnerability_scan_api_key : " ${{ variables.vulnerability_scan_api_key }}"
228
230
vulnerability_scan_fail_build_on_detection : " ${{ variables.vulnerability_scan_fail_build_on_detection }}"
229
231
project_type : " ${{ variables.java_project_type }}"
230
232
@@ -246,7 +248,7 @@ stages:
246
248
docker_build_container : " ${{ variables.docker_java_image }}"
247
249
# Vulnerability Scan
248
250
vulnerability_scan : " ${{ variables.vulnerability_scan }}"
249
- vulnerability_scan_api_key : " ${{ variables.nvd-api-key }}"
251
+ vulnerability_scan_api_key : " ${{ variables.vulnerability_scan_api_key }}"
250
252
vulnerability_scan_fail_build_on_detection : " ${{ variables.vulnerability_scan_fail_build_on_detection }}"
251
253
project_type : " ${{ variables.functional_test_project_type }}"
252
254
You can’t perform that action at this time.
0 commit comments