ShiftLeftSecurity / sast-scan

Scan is a free & Open Source DevSecOps tool for performing static analysis based security testing of your applications and its dependencies. CI and Git friendly.
https://discord.gg/DCNxzaeUpd
Apache License 2.0
790 stars 110 forks source link

Need a github action for arm64 builds #295

Closed prabhu closed 3 years ago

prabhu commented 3 years ago

https://github.com/marketplace/actions/build-and-push-docker-images

Our current Azure pipeline based approach simply is not working. There is nothing useful from Microsoft or Docker regarding buildx and arm64 support in Azure Pipelines

prabhu commented 3 years ago

This turned out to be an issue with docker image caching. When building an image with a tag via azure only the amd64 built image is being pushed to docker hub. By simply building images without any tags both amd64 and arm64 builds are properly pushed.