snyk: add page (#3098)

italian
Dar Malovani 2019-06-09 04:31:57 +03:00 committed by Marco Bonelli
parent aa4f70a60e
commit e00d7f0016
1 changed files with 24 additions and 0 deletions

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`