pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Build and release an arm64 version of safety #365

Open proinsias opened 2 years ago

proinsias commented 2 years ago

Description

I would like to get a native build of safety for the arm64/aarch64 architecture and the Mac and Linux OSs.

But the current releases are only for the amd64/x86_64 architectures.

hadolint/hadolint#411 has some possibly relevant discussions.