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
Renaming the authentication environment variable from SMOKE_TEST_TOKEN to SNYK_TOKEN without a fallback is a breaking change for local development and downstream projects (e.g., snyk-ls, Snyk CLI) that use this utility. Existing environments with SMOKE_TEST_TOKEN set will now silently fail to authenticate, as the code falls back to generating a random UUID (which will result in 401/403 errors from the Snyk API) instead of using the provided legacy token.
Changing the hardcoded organization UUID while simultaneously removing the documentation in CONTRIBUTING.md that specified the target environment (app.dev.snyk.io) makes the test suite's requirements opaque. This makes it difficult for contributors to diagnose authorization failures or set up their own tokens with correct permissions for the new organization.
return"81c4528c-665a-43da-a0a7-581277288bf3"
📚 Repository Context Analyzed
This review considered 4 relevant code sections from 4 files (average relevance: 0.74)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changes ownership
Checklist
🚨After having merged, please update the
snyk-lsand CLI go.mod to pull in latest client.