1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 06:24:56 +02:00

snyk: add page (#3098)

This commit is contained in:
Dar Malovani 2019-06-09 04:31:57 +03:00 committed by Marco Bonelli
parent aa4f70a60e
commit e00d7f0016

24
pages/common/snyk.md Normal file
View 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`