1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/pkg/whitesource
Oliver Nocon 2df2771734
fix(whitesourceExecuteScan) correctly handle structured projects (#2597)
* fix(whitesourceExecuteScan) correctly handle structured projects

report file names of projects which had a structure in the name
like `@test/myProject ` were incorrectly handled

This now prevents that reports are targeted to a sub directory.
Structure is now part of the filename.

* fix CodeClimate finding
2021-02-11 19:39:59 +01:00
..
configHelper_test.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
configHelper.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
scan_test.go whitesourcExecuteScan-go: Additional fixes (#2315) 2020-11-10 09:09:51 +01:00
scan.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
scanMaven_test.go Force WS Project update for mvn plugin (#2575) 2021-02-04 09:17:48 +01:00
scanMaven.go Force WS Project update for mvn plugin (#2575) 2021-02-04 09:17:48 +01:00
scanMTA_test.go Force WS Project update for mvn plugin (#2575) 2021-02-04 09:17:48 +01:00
scanMTA.go whitesourceExecuteScan: Re-organize code between step and whitesource package (#2207) 2020-10-20 09:49:26 +02:00
scanNPM_test.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
scanNPM.go WhiteSource: Force update of project when "checkPolicies" failed (#2401) 2020-11-26 11:45:53 +01:00
scanOptions.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
scanPolling_test.go whitesourcExecuteScan-go: Additional fixes (#2315) 2020-11-10 09:09:51 +01:00
scanPolling.go whitesourcExecuteScan-go: Additional fixes (#2315) 2020-11-10 09:09:51 +01:00
scanReports_test.go fix(whitesourceExecuteScan) correctly handle structured projects (#2597) 2021-02-11 19:39:59 +01:00
scanReports.go fix(whitesourceExecuteScan) correctly handle structured projects (#2597) 2021-02-11 19:39:59 +01:00
scanUA_test.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
scanUA.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
sytemMock.go fix(whitesourceExecuteScan) correctly handle structured projects (#2597) 2021-02-11 19:39:59 +01:00
utils.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
utilsMock.go feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
whitesource_test.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
whitesource.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00