ソースを参照

snyk: add missing `test` command on the docker option (#3167)

Dar Malovani 5 年 前
コミット
00444f82fd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/common/snyk.md

+ 1 - 1
pages/common/snyk.md

@@ -13,7 +13,7 @@
 
 
 - Test a local Docker image for any known vulnerabilities:
 - Test a local Docker image for any known vulnerabilities:
 
 
-`snyk --docker {{docker_image}}`
+`snyk test --docker {{docker_image}}`
 
 
 - Record the state of dependencies and any vulnerabilities on snyk.io:
 - Record the state of dependencies and any vulnerabilities on snyk.io: