From e00d7f00164dbbe42d7c1bdaa609aebea0676083 Mon Sep 17 00:00:00 2001 From: Dar Malovani Date: Sun, 9 Jun 2019 04:31:57 +0300 Subject: [PATCH] snyk: add page (#3098) --- pages/common/snyk.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/snyk.md diff --git a/pages/common/snyk.md b/pages/common/snyk.md new file mode 100644 index 000000000..b24ebc845 --- /dev/null +++ b/pages/common/snyk.md @@ -0,0 +1,24 @@ +# snyk + +> Find vulnerabilities in your code and remediate risks. +> More information: . + +- 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`