mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
chore(cli): Remove Trivy Cloud (#9847)
This commit is contained in:
@@ -45,14 +45,11 @@ trivy [global flags] command [flags] target
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy clean](trivy_clean.md) - Remove cached files
|
||||
* [trivy cloud](trivy_cloud.md) - Control Trivy Cloud platform integration settings
|
||||
* [trivy config](trivy_config.md) - Scan config files for misconfigurations
|
||||
* [trivy convert](trivy_convert.md) - Convert Trivy JSON report into a different format
|
||||
* [trivy filesystem](trivy_filesystem.md) - Scan local filesystem
|
||||
* [trivy image](trivy_image.md) - Scan a container image
|
||||
* [trivy kubernetes](trivy_kubernetes.md) - [EXPERIMENTAL] Scan kubernetes cluster
|
||||
* [trivy login](trivy_login.md) - Log in to the Trivy Cloud platform
|
||||
* [trivy logout](trivy_logout.md) - Log out of Trivy Cloud platform
|
||||
* [trivy module](trivy_module.md) - Manage modules
|
||||
* [trivy plugin](trivy_plugin.md) - Manage plugins
|
||||
* [trivy registry](trivy_registry.md) - Manage registry authentication
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
## trivy cloud
|
||||
|
||||
Control Trivy Cloud platform integration settings
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for cloud
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy](trivy.md) - Unified security scanner
|
||||
* [trivy cloud config](trivy_cloud_config.md) - Control Trivy Cloud configuration
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
## trivy cloud config
|
||||
|
||||
Control Trivy Cloud configuration
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for config
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy cloud](trivy_cloud.md) - Control Trivy Cloud platform integration settings
|
||||
* [trivy cloud config edit](trivy_cloud_config_edit.md) - Edit Trivy Cloud configuration
|
||||
* [trivy cloud config get](trivy_cloud_config_get.md) - Get Trivy Cloud configuration
|
||||
* [trivy cloud config list](trivy_cloud_config_list.md) - List Trivy Cloud configuration
|
||||
* [trivy cloud config set](trivy_cloud_config_set.md) - Set Trivy Cloud configuration
|
||||
* [trivy cloud config unset](trivy_cloud_config_unset.md) - Unset Trivy Cloud configuration
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
## trivy cloud config edit
|
||||
|
||||
Edit Trivy Cloud configuration
|
||||
|
||||
### Synopsis
|
||||
|
||||
Edit Trivy Cloud platform configuration in the default editor specified in the EDITOR environment variable
|
||||
|
||||
```
|
||||
trivy cloud config edit [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for edit
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy cloud config](trivy_cloud_config.md) - Control Trivy Cloud configuration
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
## trivy cloud config get
|
||||
|
||||
Get Trivy Cloud configuration
|
||||
|
||||
### Synopsis
|
||||
|
||||
Get a Trivy Cloud platform configuration
|
||||
|
||||
Available config settings can be viewed by using the `trivy cloud config list` command
|
||||
|
||||
```
|
||||
trivy cloud config get [setting] [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
$ trivy cloud config get server.scanning.enabled
|
||||
$ trivy cloud config get server.scanning.upload-results
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for get
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy cloud config](trivy_cloud_config.md) - Control Trivy Cloud configuration
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
## trivy cloud config list
|
||||
|
||||
List Trivy Cloud configuration
|
||||
|
||||
### Synopsis
|
||||
|
||||
List Trivy Cloud platform configuration in human readable format
|
||||
|
||||
```
|
||||
trivy cloud config list [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for list
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy cloud config](trivy_cloud_config.md) - Control Trivy Cloud configuration
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
## trivy cloud config set
|
||||
|
||||
Set Trivy Cloud configuration
|
||||
|
||||
### Synopsis
|
||||
|
||||
Set a Trivy Cloud platform setting
|
||||
|
||||
Available config settings can be viewed by using the `trivy cloud config list` command
|
||||
|
||||
```
|
||||
trivy cloud config set [setting] [value] [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
$ trivy cloud config set server.scanning.enabled true
|
||||
$ trivy cloud config set server.scanning.upload-results false
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for set
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy cloud config](trivy_cloud_config.md) - Control Trivy Cloud configuration
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
## trivy cloud config unset
|
||||
|
||||
Unset Trivy Cloud configuration
|
||||
|
||||
### Synopsis
|
||||
|
||||
Unset a Trivy Cloud platform configuration and return it to the default setting
|
||||
|
||||
Available config settings can be viewed by using the `trivy cloud config list` command
|
||||
|
||||
```
|
||||
trivy cloud config unset [setting] [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
$ trivy cloud config unset server.scanning.enabled
|
||||
$ trivy cloud config unset server.scanning.upload-results
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for unset
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy cloud config](trivy_cloud_config.md) - Control Trivy Cloud configuration
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
## trivy login
|
||||
|
||||
Log in to the Trivy Cloud platform
|
||||
|
||||
### Synopsis
|
||||
|
||||
Log in to the Trivy Cloud platform to enable scanning of images and repositories in the cloud using the token retrieved from the Trivy Cloud platform
|
||||
|
||||
```
|
||||
trivy login [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
# Log in to the Trivy Cloud platform
|
||||
$ trivy login --token <token>
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--api-url string API URL for Trivy Cloud platform (default "https://api.trivy.dev")
|
||||
-h, --help help for login
|
||||
--token string Token used to athenticate with Trivy Cloud platform
|
||||
--trivy-server-url string Trivy Server URL for Trivy Cloud platform (default "https://scan.trivy.dev")
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy](trivy.md) - Unified security scanner
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
## trivy logout
|
||||
|
||||
Log out of Trivy Cloud platform
|
||||
|
||||
```
|
||||
trivy logout [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for logout
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cacert string Path to PEM-encoded CA certificate file
|
||||
--cache-dir string cache directory (default "/path/to/cache")
|
||||
-c, --config string config path (default "trivy.yaml")
|
||||
-d, --debug debug mode
|
||||
--generate-default-config write the default config to trivy-default.yaml
|
||||
--insecure allow insecure server connections
|
||||
-q, --quiet suppress progress bar and log output
|
||||
--timeout duration timeout (default 5m0s)
|
||||
-v, --version show version
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [trivy](trivy.md) - Unified security scanner
|
||||
|
||||
Reference in New Issue
Block a user