From 5b1848f3d57f2060b23957a7faf1f053a0648c27 Mon Sep 17 00:00:00 2001 From: Zvi Grinberg <75700623+zvigrinberg@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:05:20 +0300 Subject: [PATCH] docs: Update README.md Remove snyk from documentation Signed-off-by: Zvi Grinberg <75700623+zvigrinberg@users.noreply.github.com> --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 5c5d163..0e2b9b6 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,6 @@ There are 2 approaches for customizing Exhort Java API. Using Envir Java Properties: ```java -System.setProperty("EXHORT_SNYK_TOKEN", "my-private-snyk-token"); System.setProperty("EXHORT_MVN_PATH", "/path/to/custom/mvn"); System.setProperty("EXHORT_NPM_PATH", "/path/to/custom/npm"); System.setProperty("EXHORT_GO_PATH", "/path/to/custom/go"); @@ -330,23 +329,6 @@ System.setProperty("EXHORT_PIP_PATH", "/path/to/pip"); > Environment variables takes precedence.

-

Customizing Tokens

-

-For including extra vulnerability data and resolutions, otherwise only available only for vendor registered users. You -can use the following keys for setting various vendor tokens. -

- - - - - - - - - - - -
VendorToken Key
SnykEXHORT_SNYK_TOKEN

Customizing HTTP Version

The HTTP Client Library can be configured to use HTTP Protocol version through environment variables, so if there is a problem with one of the HTTP Versions, the other can be configured through a dedicated environment variable.