The latest ast-github-action version (2.0.24) is not working properly when using PDF report generator options with scansummary, resulting in a scan failed result even the scan finishing correctly. This behavior is happing in the actual @main of this repo.
Expected behavior
Keep using the scansummary option to generate PDFs reports without failed the action.
Actual behavior
The action failed when using the option scansummary to generete PDFs. As shown here:
Create an action using aditional params to generate PDF report using the scansummary option:
--report-format pdf --report-pdf-options Sast,Sca,Iac-Security,**ScanSummary**,ExecutiveSummary,ScanResults
Run the action and wait to fail.
Additional comments
Propose to fix:
Looks like the updated ast-cli version (version 2.0.72) is not working properly, so maybe downgrade the version to use a versino that doesn't have this behavior (2.0.71) or update after they fix it.
An issue is already open in ast-cli repo related to this problem: https://github.com/Checkmarx/ast-cli/issues/703
Describe the bug
The latest ast-github-action version (2.0.24) is not working properly when using PDF report generator options with scansummary, resulting in a scan failed result even the scan finishing correctly. This behavior is happing in the actual @main of this repo.
Expected behavior
Keep using the scansummary option to generate PDFs reports without failed the action.
Actual behavior
The action failed when using the option scansummary to generete PDFs. As shown here:
Steps to reproduce
--report-format pdf --report-pdf-options Sast,Sca,Iac-Security,**ScanSummary**,ExecutiveSummary,ScanResults
Additional comments
Propose to fix: Looks like the updated ast-cli version (version 2.0.72) is not working properly, so maybe downgrade the version to use a versino that doesn't have this behavior (2.0.71) or update after they fix it. An issue is already open in ast-cli repo related to this problem: https://github.com/Checkmarx/ast-cli/issues/703