You've already forked sap-jenkins-library
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:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user