Description
How to enable GitHub Fortify ScanCentral SAST Scan debug logs, download ScanCentral package and logs and Download Archive logs and YML file for troubleshooting purpose.
Solution
Section 1 - How to enable GitHub ScanCentral SAST to upload Scancentral package and Scancentral logs as Artifacts
1). Based on Fortify Github guide: https://github.com/marketplace/actions/fortify-ast-scan
Enable this parameter at the end of the script:
DO_PACKAGE_DEBUG: true
2). After you run GitHub ScanCentral SAST you will see under Artifacts the package and ScanCentral logs that you can download:
Section 2 - How to enable GitHub ScanCentral SAST Scan debug logs
1). Open the GitHub Repository where the code resides and click on “Actions” tab.
2). Open “ScanCentral-SAST-Scan” and click on the upper right under “Re-run jobs” and choose “Re-run failed jobs” and choose “Enable debug logging”, then “Re-run jobs”
Section 3 -How to download GitHub ScanCentral SAST Scan Archive logs
1). Open the GitHub Repository where the code resides and click on “Actions” tab.
2). Click on Job “ScanCentral-SAST-Scan” and in the upper right under the wheel click on “Download log archive”
3). Please upload the logs to the support ticket.
Section 4 -How to download GitHub ScanCentral SAST Scan Workflow
1). Open the GitHub Repository where the code resides and click on “Actions” tab.
2). Click on “ScanCentral-SAST-Scan”, locate the .yml file and in the upper right hand click on "Download raw file"