@conterra/vuln-scan 0.1.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -284,8 +284,9 @@ MAVEN_REPO_USER=[username]
284
284
  MAVEN_REPO_PW=[password]
285
285
 
286
286
  # (optional) for oss index authenticated api
287
- OSS_INDEX_API_USER=[username]
288
- OSS_INDEX_API_TOKEN=[token]
287
+ OSS_INDEX_API_USER=[username] # sonatype guide api user name
288
+ OSS_INDEX_API_TOKEN=[token] # sonatype guide api token
289
+ OSS_INDEX_BASE_URL=[url] # default since 1.0.8 is "https://api.guide.sonatype.com", before that it was "https://ossindex.sonatype.org",
289
290
 
290
291
  # (optional) for authentication downloading vex files specified by vexUrls option
291
292
  VEX_URLS_USER=[username]