1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

Update whitesourceExecuteScan.go (#2875)

This commit is contained in:
Sven Merk
2021-06-08 11:03:57 +02:00
committed by GitHub
parent e794d4884b
commit b7b775c981

View File

@@ -88,6 +88,10 @@ func (w *whitesourceUtilsBundle) InstallAllNPMDependencies(config *ws.ScanOption
return w.getNpmExecutor(config).InstallAllDependencies(packageJSONFiles)
}
func (w *whitesourceUtilsBundle) SetOptions(o piperhttp.ClientOptions) {
w.Client.SetOptions(o)
}
func (w *whitesourceUtilsBundle) Now() time.Time {
return time.Now()
}