You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: support Socket CLI v2 settings directory layout
The Socket CLI v2 writes credentials to settings/config.json (a directory)
instead of a flat settings file. The scanner now checks both locations,
trying the legacy flat file first and falling back to the directory layout.
Fixes#9
0 commit comments