Server

  1. NAME:
  2. trivy server - server mode
  3. USAGE:
  4. trivy server [command options] [arguments...]
  5. OPTIONS:
  6. --skip-update skip db update (default: false) [$TRIVY_SKIP_UPDATE]
  7. --download-db-only download/update vulnerability database but don't run a scan (default: false) [$TRIVY_DOWNLOAD_DB_ONLY]
  8. --reset remove all caches and database (default: false) [$TRIVY_RESET]
  9. --cache-backend value cache backend (e.g. redis://localhost:6379) (default: "fs") [$TRIVY_CACHE_BACKEND]
  10. --token value for authentication [$TRIVY_TOKEN]
  11. --token-header value specify a header name for token (default: "Trivy-Token") [$TRIVY_TOKEN_HEADER]
  12. --listen value listen address (default: "localhost:4954") [$TRIVY_LISTEN]
  13. --help, -h show help (default: false)