mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +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:
parent
0d0689e18b
commit
794f4f9742
@ -26,7 +26,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
webReportPath = "%s/products/%v/"
|
||||
webReportPath = "%s/#/product/%v/"
|
||||
scanResultFile = "protecodescan_vulns.json"
|
||||
stepResultFile = "protecodeExecuteScan.json"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user