You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because SAST scan is more quicker than SCA scan, I run these scans in parallel in two different jobs in github-actions:
the first one in sync mode for SAST
the second one in async mode for SCA
The problem with running the scans in two different jobs is that when the first scan is completed a comment is inserted into the PR. Then, when the second scan is completed, a comment is inserted into the PR but overwrites the previous comment.
Propose a solution
One Github PR comment with the first scanner result (SAST) and another Github PR comment with the second scannner result (SCA)
Is your request related to a workflow problem?
Because SAST scan is more quicker than SCA scan, I run these scans in parallel in two different jobs in github-actions:
The problem with running the scans in two different jobs is that when the first scan is completed a comment is inserted into the PR. Then, when the second scan is completed, a comment is inserted into the PR but overwrites the previous comment.
Propose a solution
One Github PR comment with the first scanner result (SAST) and another Github PR comment with the second scannner result (SCA)
Additional comments
Github workflow extract:
The text was updated successfully, but these errors were encountered: