Comment on page
Activate Snyk Code using the Web UI
Before using Snyk Code, you must activate it in the Snyk Web UI. To do this:
If you are using Snyk Code in your IDE or through the Snyk CLI with or without the Snyk API, this is the only step you need to do.
If you are using Snyk Code with the API, but not the CLI, this step is mandatory.
After you activate Snyk Code and import repositories to Snyk for testing, you can view and work with the Snyk Code test results, which include vulnerabilities and fixes. See Exploring and working with the Snyk Code results.
During the process of importing your selected repositories, Snyk Code automatically analyzes your imported code to find potential vulnerabilities. All the vulnerability findings that Snyk Code detects in the code of one imported repository are aggregated in one Snyk Project, called Code analysis:

Code analysis Project
Unlike other Snyk products, which create a separate Snyk Project for each imported file, Snyk Code creates one Snyk Project for all the imported files of one repository. All the vulnerabilities detected in the code in the repository are aggregated in one Project, and the Snyk Code results can present the data flow of a vulnerability across multiple files.
To view all the security vulnerabilities that Snyk Code detected in your imported code, click the Code analysis Project, and explore the details of each vulnerability:

Vulnerabilties in the Code Analysis Project
If your Snyk Account is already integrated with your SCM and contains imported repositories, Snyk Code may already be active in your Organization settings and running. In this case, you can check to see if your existing repositories are already being tested by Snyk Code by searching for the Code analysis Project in your Target folders. If a Code analysis Project exists in your imported repositories, you can proceed to the page Exploring and working with the Snyk Code results.
You may find this information about repositories and Snyk Code useful as you begin to work with Snyk Code results:
Last modified 1mo ago