mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 20:24:54 +02:00
snyk: add page (#3098)
This commit is contained in:
parent
aa4f70a60e
commit
e00d7f0016
1 changed files with 24 additions and 0 deletions
24
pages/common/snyk.md
Normal file
24
pages/common/snyk.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue