trufflesecurity / trufflehog

Find, verify, and analyze leaked credentials
https://trufflesecurity.com
GNU Affero General Public License v3.0
15.83k stars 1.65k forks source link

[chore] - pin archiver dependency #2958

Closed ahrav closed 3 months ago

ahrav commented 3 months ago

Description:

This PR pins the archiver dependency.

Checklist:

rgmz commented 3 months ago

Context: https://github.com/trufflesecurity/trufflehog/issues/2933#issuecomment-2156311454

dustin-decker commented 3 months ago

Why not just do go get github.com/mholt/archiver/v4@main?

That way we'll get later updates to it.