From 787f6d63df31f1dea104ffdd52515dcde416987b Mon Sep 17 00:00:00 2001 From: Eric Fernandez <90832420+EricFernandezSnyk@users.noreply.github.com> Date: Thu, 25 Aug 2022 10:32:51 +0100 Subject: [PATCH] Update Readme Update Readme to make the need of a Snyk API Token clearer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc78ccd..279d5b1 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ python -m snyk-tags # To run snyk-tags ## Examples +For the following examples you will need a Snyk API token, this can either be a personal Snyk Group/Org admin or a service account, [here](https://docs.snyk.io/snyk-api-info/authentication-for-api) is more information on how to generate a Snyk API token. You can then pass this token as part of the command through ```--snyktkn=abc``` or as an environment variable ```SNYK_TOKEN``` + I want to filter all my Snyk Code projects to the whole Snyk Group: ``` bash