Replies: 1 comment
-
Thank you for reporting this issue @Tsingis. We've identified the problem and we're working on a fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering if I'm doing something wrong or what causes the difference but let's take
node:20-alpine
image as example from here.Outcome locally with my machine using CLI:
Outcome with GitHub action scout-action:
There's difference in number of packages. Locally CLI seems to actually filter with
--only-package-type npm
where as on Actiononly-package-types: npm
just scans all packages (total of 217).Beta Was this translation helpful? Give feedback.
All reactions