From 63c69754634612097ad4f5fdc27c3a30ab933424 Mon Sep 17 00:00:00 2001 From: Jason Pickens Date: Tue, 7 Apr 2026 19:48:49 +1200 Subject: [PATCH 1/2] Update README with API token scope requirements Added note about required API token scopes for packages. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 725414b..4b003d8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,11 @@ export SOCKET_API_KEY="xyz" bun install ``` -> **Note**: required scope `packages` +> [!IMPORTANT] +> +> Required API token scopes: +> - `packages:list` +> - `entitlements:list` The scanner will automatically read your token from: From f770f2f40f38369c1cb430384caa8d064a50b8ad Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 30 Jun 2026 22:45:26 -0400 Subject: [PATCH 2/2] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b003d8..68348bb 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,7 @@ export SOCKET_API_KEY="xyz" bun install ``` -> [!IMPORTANT] -> -> Required API token scopes: +> **Important:** Required API token scopes: > - `packages:list` > - `entitlements:list`