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

[Feature Request] Support multiple image tags

Open gainings opened this issue 1 year ago • 0 comments

We are using docker buildx bake to generate multiple Docker images from a single Dockerfile. We want to perform a Sysdig scan on all the generated images.

However, the current implementation only accepts a single value for the image-tag parameter, requiring us to write the same step multiple times.

Therefore, we would like to request support for scanning multiple images by allowing the image-tags argument to accept multiple values.

gainings avatar Jan 30 '25 09:01 gainings