You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
I tested the reproducer against HEAD and it doesn't return that error. It seems this was fixed in 24fa33e (#386), which isn't included in the latest release.
What version of the package or command are you using?
The latest release of v4,
v4.0.0-alpha.8
What are you trying to do?
Recursively extract a
.tar.gz
file.What steps did you take?
What did you expect to happen, and what actually happened instead?
I expected that
archiver.Identify
would returnarchiver.ErrNoMatch
as the file isn't an archive. However, a different error is returned.How do you think this should be fixed?
I'm not sure, it depends on the cause
Please link to any related issues, pull requests, and/or discussion
trufflesecurity/trufflehog#2928
Bonus: What do you use archiver for, and do you find it useful?
I use archiver via TruffleHog. It is quite useful in that regard. :)
The text was updated successfully, but these errors were encountered: