scout-action icon indicating copy to clipboard operation
scout-action copied to clipboard

Multi-arch image issue/suggestions

Open NeilJed opened this issue 1 year ago • 0 comments

I'm building multi-architecture images (amd64/arm64) and would like to be able to scan them a bit more easily with the action. Currently I have two issues:

  1. If I want to scan multiple architectures, I have to run the action multiple times. It would be nice if I could give the architectures as a list in a single action step. i.e. platforms: linxux/amd64,linux/arm64 or platforms: all

  2. If I do use multiple steps, this works, but the summary added to the annotations does not show which platform the results are for which makes it impossible to tell which is which. However the platform is shown in the output in the build log:

Screenshot 2024-08-27 at 16 25 17

versus:

Screenshot 2024-08-27 at 16 26 02

While I appreciate point 1 might not be a quick solution, could the platform at least be added in the output for build annotations?

NeilJed avatar Aug 27 '24 14:08 NeilJed