1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

cmd/protecodeExecuteScan.go fix webReportPath for generated URLs (#3048)

Co-authored-by: Linda Siebert <39100394+LindaSieb@users.noreply.github.com>
Co-authored-by: Sven Merk <33895725+nevskrem@users.noreply.github.com>
This commit is contained in:
larsbrueckner 2021-09-01 13:21:48 +02:00 committed by GitHub
parent 0d0689e18b
commit 794f4f9742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ import (
)
const (
webReportPath = "%s/products/%v/"
webReportPath = "%s/#/product/%v/"
scanResultFile = "protecodescan_vulns.json"
stepResultFile = "protecodeExecuteScan.json"
)