Overview

Trivy has several sub commands, image, fs, repo, client and server.

  1. NAME:
  2. trivy - A simple and comprehensive vulnerability scanner for containers
  3. USAGE:
  4. trivy [global options] command [command options] target
  5. VERSION:
  6. v0.15.0
  7. COMMANDS:
  8. image, i scan an image
  9. filesystem, fs scan local filesystem
  10. repository, repo scan remote repository
  11. client, c client mode
  12. server, s server mode
  13. help, h Shows a list of commands or help for one command
  14. GLOBAL OPTIONS:
  15. --quiet, -q suppress progress bar and log output (default: false) [$TRIVY_QUIET]
  16. --debug, -d debug mode (default: false) [$TRIVY_DEBUG]
  17. --cache-dir value cache directory (default: "/Users/teppei/Library/Caches/trivy") [$TRIVY_CACHE_DIR]
  18. --help, -h show help (default: false)
  19. --version, -v print the version (default: false)