The Snyk CLI has an --all-projects flag that allows it to support Monorepos.
It would be useful if Snyker had a similar flag that allowed it to walk the repo and perform updates for nested subpackages, reducing the current effort of manually cding into directories and running separate npx @asos/snyker commands.
The Snyk CLI has an
--all-projectsflag that allows it to support Monorepos.It would be useful if Snyker had a similar flag that allowed it to walk the repo and perform updates for nested subpackages, reducing the current effort of manually
cding into directories and running separatenpx @asos/snykercommands.