Skip to content

Commit

Permalink
fix: add --docker option to help
Browse files Browse the repository at this point in the history
  • Loading branch information
orsagie committed Jun 28, 2018
1 parent af35560 commit 32e8a08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions help/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Options:
to true). Applicable to `snyk test`.
--project-name=<string>
Specify a custom Snyk project name (`snyk monitor` only).
--docker ........... Test or monitor a local docker image for Linux
vulnerabilities (entitled orgs only).
--insecure ......... Ignore unknown certificate authorities.
--json ............. Return results in JSON format.
--dry-run .......... Don't apply updates or patches during protect.
Expand All @@ -56,6 +58,7 @@ Examples:
$ snyk test --show-vulnerable-paths=false
$ snyk monitor --org=my-team
$ snyk monitor --project-name=my-project
$ snyk test --docker ubuntu:18.04 --org=my-team

Pro tip: use `snyk test` in your test scripts, if a vulnerability is
found, the process will exit with a non-zero exit code.
Expand Down

0 comments on commit 32e8a08

Please sign in to comment.