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. dev
  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. config, conf scan config files
  14. plugin, p manage plugins
  15. help, h Shows a list of commands or help for one command
  16. GLOBAL OPTIONS:
  17. --quiet, -q suppress progress bar and log output (default: false) [$TRIVY_QUIET]
  18. --debug, -d debug mode (default: false) [$TRIVY_DEBUG]
  19. --cache-dir value cache directory (default: "/Users/teppei/Library/Caches/trivy") [$TRIVY_CACHE_DIR]
  20. --help, -h show help (default: false)
  21. --version, -v print the version (default: false)