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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What happened: When migrating between versions of syft a user encountered the following when trying to see the new help command:
./syft panic: error loading config object: `:`: 1 error(s) decoding: * 'file' expected a map, got 'string' goroutine 1 [running]: github.com/anchore/clio.showConfigInRootHelp.func1(0x14000466300, {0x1047c3320, 0x0, 0x0}) /home/runner/go/pkg/mod/github.com/anchore/clio@v0.0.0-20231016125544-c98a83e1c7fc/help_template.go:65 +0x350 github.com/spf13/cobra.(*Command).Help(0x140006f5ab8?)
What you expected to happen: No panic should occur and the command using clio should surface an error loading the config
How to reproduce it (as minimally and precisely as possible):
file
map
file: ''
Anything else we need to know?:
#39
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened:
When migrating between versions of syft a user encountered the following when trying to see the new help command:
What you expected to happen:
No panic should occur and the command using clio should surface an error loading the config
How to reproduce it (as minimally and precisely as possible):
file
field in the config from amap
to empty stringfile: ''
Anything else we need to know?:
#39
The text was updated successfully, but these errors were encountered: