If a user runs from the $HOME directory (or any of the configuration directories), where a config file exists, the $CWD/<config> is found, in addition to the <config-file-location>/<config>. E.g. $HOME/.syft.yaml exists, and syft is run from $HOME, the same file is read twice.
See: anchore/syft#4322
If a user runs from the $HOME directory (or any of the configuration directories), where a config file exists, the
$CWD/<config>is found, in addition to the<config-file-location>/<config>. E.g.$HOME/.syft.yamlexists, and syft is run from$HOME, the same file is read twice.See: anchore/syft#4322