1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-16 00:03:45 +00:00
Files
MeshAgent/DevOps/ProtexAutomation/GenerateProtexScanDashboard/ReadMe.txt
Ylian Saint-Hilaire 3c80473a94 Major agent update.
2018-09-05 11:01:17 -07:00

18 lines
952 B
Plaintext

GenerateProtexScanDashboard.java parses the scan results xml files generated by GetScanResults.java; read the data and
writes the data in a summary (Dashboard) into the output html file.
NOTE: All the scan analysis result xml files (generated from GetScanResult script are required to be stored in a single folder)
How to Execute:
java -jar GenerateProtexScanDashboard.jar <stored scan files Path\foldername> <output file path\filename>
Input Parameters:
IN arg[0] - Location of scan analysis files
OUT arg[1] - Dashboard Output Path\filename.html
Example:
Windows> java -jar GenerateProtexScanDashboard.jar c:\ScanResults c:\scanResults\Protex_Project_Summary.html
Linux> java -jar GenerateProtexScanDashboard.jar /ScanResults /scanResults/Protex_Project_Summary.html
Output:
Windows: c:\scanResults\Protex_Project_Summary.html (Will contain scan result summary of all xml files)
Linux: /scanResults/Protex_Project_Summary.html