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:
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
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:
versus:
While I appreciate point 1 might not be a quick solution, could the platform at least be added in the output for build annotations?
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:
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
orplatforms: all
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:
versus:
While I appreciate point 1 might not be a quick solution, could the platform at least be added in the output for build annotations?