v0.1.0 release is out!
Install with Go
go install github.com/maxgio92/[email protected]Run in container
Verify the signature with Cosign:
cosign verify \
--certificate-identity-regexp "github.com/maxgio92" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/maxgio92/wgrep:0.1.0Pull the image:
docker pull ghcr.io/maxgio92/wgrep:0.1.0