sa7mon / S3Scanner

Scan for misconfigured S3 buckets across S3-compatible APIs!
https://github.com/sa7mon/S3Scanner/discussions/135
MIT License
2.53k stars 363 forks source link

Create Nix package #138

Closed sa7mon closed 2 weeks ago

sa7mon commented 1 year ago

Miniflux example: https://github.com/NixOS/nixpkgs/commit/4973ac5ada0bbcf855e9a6089bb4f67efe778484

sa7mon commented 1 year ago

https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/misc/act/default.nix

lavafroth commented 9 months ago

I added s3scanner to my fork of nixpkgs. Let me know if this looks good before I make a PR. https://github.com/NixOS/nixpkgs/commit/7ef125f8597ee9d6f43fb3ed0fb3bbdf420564aa

sa7mon commented 9 months ago

@lavafroth Thanks for taking charge of this!

I left a comment on the commit - the package name is misspelled currently. When I tag a new release, is there an automated process to update the Nix package? Or does someone need to manually make a new PR for each version.

lavafroth commented 9 months ago

An automatic way probably exists but I haven't checked it out yet. I'll update the code once I figure out how to update the version automatically.

lavafroth commented 8 months ago

The nixpkgs PR is merged! I think we can close this issue now.

sa7mon commented 8 months ago

Awesome! Thank you for contributing the PR. I'll close this issue after I've added installation docs to the readme