lacework / lw-scanner-action

Github Action for running the Lacework Inline Scanner as part of actions workflows
Apache License 2.0
17 stars 13 forks source link

feat: Support ARM #71

Open Israphel opened 5 months ago

Israphel commented 5 months ago

Feature Request

Describe the Feature Request We want to only build ARM containers on GHA, but the inline scanner only supports x86.

Is your feature request related to a problem? Please describe Can't scan the container without building x86 too.

Describe Preferred Solution Provide a multi-arch container so the inline scanner works for every case.

Additional Context

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /docker-entrypoint.sh: exec format error
avadhanij commented 2 months ago

Running into the same issue.

velkovb commented 1 month ago

Same issue here.