tenable / terrascan

Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
https://runterrascan.io
Apache License 2.0
4.76k stars 499 forks source link

[Feature request] ARM Docker images #1061

Open rnsc opened 3 years ago

rnsc commented 3 years ago

Description

Build multi arch images for the official terrascan image to support arm64 systems.

rnsc commented 3 years ago

Hello,

I was wondering if you'd be keen on using docker buildx to build multi-arch images? I could help make the PR if you want.

cesar-rodriguez commented 3 years ago

Hi @rnsc, sounds like a good feature. Looking forward to your PR!

cesar-rodriguez commented 2 years ago

Merged. Thanks @rnsc !

denisa commented 1 year ago

There are binaries for arm, but the docker image is still amd64 only: 1.18.1 shows:

68743ad84771    linux/amd64    ---   42.75 MB

and does not show any other architectures

denisa commented 1 year ago

see https://github.com/tenable/terrascan/pull/1568

rnsc commented 1 year ago

see https://github.com/tenable/terrascan/pull/1568

Thank you!