Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Johnmcg12 sast create report perf #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2023

  1. SAST scans report - single large CSV output

    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.
    johnmcg12 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5b11c4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from johnmcg12/SAST-Create-CSV-Report

    SAST scans report - single large CSV output
    johnmcg12 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ebf5813 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    johnmcg12 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    24bcaaf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Performance fix and enhancement for SAST-Create-Report

    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.
    johnmcg12 authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c3f5a24 View commit details
    Browse the repository at this point in the history