mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 18:02:45 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/snyk
Normal file
29
tldr/snyk
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# snyk
|
||||
|
||||
> Find vulnerabilities in your code and remediate risks.
|
||||
> More information: <https://snyk.io>.
|
||||
|
||||
- Log in 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 test --docker {{docker_image}}`
|
||||
|
||||
- Record the state of dependencies and any vulnerabilities on snyk.io:
|
||||
|
||||
`snyk monitor`
|
||||
|
||||
- Auto patch and ignore vulnerabilities:
|
||||
|
||||
`snyk wizard`
|
||||
Reference in New Issue
Block a user