Language support and CLI, CI/CD, and SCM integrations
Steps to start using the CLI
You must have a Snyk account to use the Snyk CLI.
CLI for Snyk Code
To start testing your code using Snyk Code through the CLI, open your repository in a terminal and run snyk code test
.
For information about customizing test options, running other commands, excluding directories and files, and viewing and exploring the results in different formats, see the following:
After you have run snyk code test
, you can:
CLI for Snyk Open Source
Ensure you have installed the relevant package manager and you have included the relevant manifest files supported by Snyk before testing.
To test your Open Source Project for vulnerabilities, run the snyk test
command.
Steps to start using SCM integrations
For details, see Snyk SCM integrations.
For language-specific information, see Git repositories with Maven and Gradle, Git repositories and JavaScript, and Git repositories and Python.
Last updated