edoardottt / lit-bb-hack-tools

Little Bug Bounty & Hacking Tools⚔️
https://edoardoottavianelli.it
GNU General Public License v3.0
327 stars 53 forks source link

Add Goreleaser #60

Open edoardottt opened 5 months ago

edoardottt commented 5 months ago

In resource-constrained environments we sometimes cannot afford to install full-blown Go + build packages with it: good practice is to have pre-packaged binary releases for each platform.

You can include this in a GitHub action workflow, by leveraging something like the https://github.com/marketplace/actions/go-release-binaries action which automates the process.

For reference: