Describe the bug
When using bun instead of yarn to generate a lock file, the format does not match the expectations of the analyzer
Version of dependency-check used
latest docker version, using the script in the description on docker hub
Log file
https://gist.github.com/tburschka/377fb54eaa196271fd6dda44a1944c6c
To Reproduce
[install.lockfile]
print = "yarn"
- run bun install
- run the dependency-check script from docker description
Expected behavior
The analysis of the yarn.lock should not fail
Additional context
alternative: support for the bun.lockb (binary) lockfile ;-)