-
Notifications
You must be signed in to change notification settings - Fork 9
Release Notes
Utsav Sanghani edited this page Mar 29, 2017
·
8 revisions
- The code location link now works as expected, so that meta data in Artifactory is updated as part of the Scanner mode Groovy script.
- Multiple artifacts are scanned and mapped correctly as part of the Scanner mode Groovy script.
- Addressed an issue with the configuration wizard for the Scanner mode (--mode=configurescanner).
- Hub Artifactory now correctly prompts for and handles repositories to search, and artifact patterns to scan.
- ARTIFACT CUTOFF DATE now accounts for invalid input.
- New Scanner and Inspector modes.
- Added a new REST API call to enable the testing of multiple elements of the Hub Artifactory configuration.
- Added a new REST API call to clear the REST and CLI log files.
- Added a new parameter to the groovy file which allows you to set a scanning cut-off date.
- Eliminated the Properties file by moving all Properties file functionality into the groovy file.
- The default behavior of scanning is now dryRun=false. This parameter does not push the scan results to the Hub until the value is changed to true.
- A new log file is added which captures the date/time stamps of all automated scans (CRON jobs).
- Initial Release