tldr/pages/common/snyk.md

25 lines
455 B
Markdown
Raw Normal View History

2019-06-09 02:31:57 +01:00
# snyk
> Find vulnerabilities in your code and remediate risks.
> More information: <https://snyk.io>.
- Log in to your Snyk account:
2019-06-09 02:31:57 +01:00
`snyk auth`
- Test your code for any known vulnerabilities:
`snyk test`
- Test a local Docker image for any known vulnerabilities:
`snyk test --docker {{docker_image}}`
2019-06-09 02:31:57 +01:00
- Record the state of dependencies and any vulnerabilities on snyk.io:
`snyk monitor`
- Auto patch and ignore vulnerabilities:
`snyk wizard`