SAST CSV Unified Report - latest scan for all projects in teams provided#67
Open
cx-john-mcgreevy wants to merge 5 commits intocheckmarx-ts:masterfrom
Open
SAST CSV Unified Report - latest scan for all projects in teams provided#67cx-john-mcgreevy wants to merge 5 commits intocheckmarx-ts:masterfrom
cx-john-mcgreevy wants to merge 5 commits intocheckmarx-ts:masterfrom
Conversation
The report produces a CSV with the standard SAST CSV report format, with the additon of the team path and project name as columns. The latest scan for each project in the teams provided will be included in this single CSV, each scan results list getting appended to the file. The teams are supplied by ReportTeams.txt file, one line per team path. The batch file included shows the example command to run the PowerShell. To run the batch file supply the SAST URL and direct log output to a file.
SAST scans report - single large CSV output
Moved credentials to Credentials Manager Moved the teams to a file input: ReportTeams.txt Performance fix to request each report one at at time so as not to overload the manager with requests. Created a suggested batch file to run the script in default PDF output mode, that takes the server URL as a parameter.
Performance fix and enhancement for SAST-Create-Report
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The report produces a CSV with the standard SAST CSV report format, with the additon of the team path and project name as columns. The latest scan for each project in the teams provided will be included in this single CSV, each scan results list getting appended to the file. The teams are supplied by ReportTeams.txt file, one line per team path. The batch file included shows the example command to run the PowerShell. To run the batch file supply the SAST URL and direct log output to a file.