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
We have a monorepo with multiple subprojects hosted in github. The GH actions is setup to scan various subfolders. However, the scan summary results that appear as a comment in the PR override each other. I can confirm this by looking as the comment edit history to see that the various reports were posted and replaced in the same sequence that the scan jobs completed.
Option 1: Is there a way to give the scan comments separate ids to allow them to appear separately
Option 2: Is there a way to aggregate all the subproject scan reports into a single comment
Option 3: This is more of a complementary behavior, but is there a way to skip a scan from running and producing a report and comment when there are no commits in the subproject path?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a monorepo with multiple subprojects hosted in github. The GH actions is setup to scan various subfolders. However, the scan summary results that appear as a comment in the PR override each other. I can confirm this by looking as the comment edit history to see that the various reports were posted and replaced in the same sequence that the scan jobs completed.
Option 1: Is there a way to give the scan comments separate ids to allow them to appear separately
Option 2: Is there a way to aggregate all the subproject scan reports into a single comment
Option 3: This is more of a complementary behavior, but is there a way to skip a scan from running and producing a report and comment when there are no commits in the subproject path?
My GH actions
Image shows that there was a report by the backend api scan and was later replaced by the frontend scan which did not have any related changes:
Beta Was this translation helpful? Give feedback.
All reactions