mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-01 00:13:34 +02:00
25 lines
449 B
Markdown
25 lines
449 B
Markdown
![]() |
# snyk
|
||
|
|
||
|
> Find vulnerabilities in your code and remediate risks.
|
||
|
> More information: <https://snyk.io>.
|
||
|
|
||
|
- Login to your Snyk account:
|
||
|
|
||
|
`snyk auth`
|
||
|
|
||
|
- Test your code for any known vulnerabilities:
|
||
|
|
||
|
`snyk test`
|
||
|
|
||
|
- Test a local Docker image for any known vulnerabilities:
|
||
|
|
||
|
`snyk --docker {{docker_image}}`
|
||
|
|
||
|
- Record the state of dependencies and any vulnerabilities on snyk.io:
|
||
|
|
||
|
`snyk monitor`
|
||
|
|
||
|
- Auto patch and ignore vulnerabilities:
|
||
|
|
||
|
`snyk wizard`
|