From 802457f036ab4eb3ba012bdede243dbbc52f72ec Mon Sep 17 00:00:00 2001 From: Michal Brutvan <57617962+pilvikala@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:53:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22bb6b8d..4532f8dd 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Vulnerable C++ project ## Testing with Snyk -Dependencies are in `vendor`. Clone this project, and run `snyk unmanaged test` from the project folder. To import the results in Snyk App, run `snyk unmanaged monitor`. +Dependencies are in `vendor`. Clone this project, and run `snyk test --unmanaged` from the project folder. To import the results in Snyk App, run `snyk monitor --unmanaged`.