We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to switch to use gosecretsdump and I have a script that parses the output for impact, I found a small bug:
gosecretsdump
gosecretsdump/pkg/ditreader/records.go
Line 85 in d6ea835
It should be err == nil and not err != nil
err == nil
err != nil
The text was updated successfully, but these errors were encountered:
09746b5
well spotted!
Sorry, something went wrong.
C-Sto
No branches or pull requests
I wanted to switch to use
gosecretsdump
and I have a script that parses the output for impact, I found a small bug:gosecretsdump/pkg/ditreader/records.go
Line 85 in d6ea835
It should be
err == nil
and noterr != nil
The text was updated successfully, but these errors were encountered: