File tree Expand file tree Collapse file tree 7 files changed +1
-115
lines changed Expand file tree Collapse file tree 7 files changed +1
-115
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ Targets (what Trivy can scan):
21
21
- Git Repository (remote)
22
22
- Virtual Machine Image
23
23
- Kubernetes
24
- - AWS
25
24
26
25
Scanners (what Trivy can find there):
27
26
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Trivy’s compliance flag lets you curate a specific set of checks into a report
10
10
Compliance report is currently supported in the following targets (trivy sub-commands):
11
11
12
12
- ` trivy image `
13
- - ` trivy aws `
14
13
- ` trivy k8s `
15
14
16
15
Add the ` --compliance ` flag to the command line, and set it's value to desired report.
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ $ trivy convert --format table --severity CRITICAL result.json
428
428
```
429
429
430
430
!!! note
431
- JSON reports from "trivy aws" and "trivy k8s" are not yet supported.
431
+ JSON reports from "trivy k8s" are not yet supported.
432
432
433
433
[ cargo-auditable ] : https://github.com/rust-secure-code/cargo-auditable/
434
434
[ action ] : https://github.com/aquasecurity/trivy-action
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ VERSION:
103
103
dev
104
104
105
105
Scanning Commands
106
- aws [EXPERIMENTAL] Scan AWS account
107
106
config Scan config files for misconfigurations
108
107
filesystem Scan local filesystem
109
108
image Scan a container image
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ trivy completion zsh > "${fpath[1]}/_trivy"
49
49
50
50
``` bash
51
51
$ trivy [tab]
52
- aws -- scan aws account
53
52
completion -- Generate the autocompletion script for the specified shell
54
53
config -- Scan config files for misconfigurations
55
54
filesystem -- Scan local filesystem
Original file line number Diff line number Diff line change 49
49
- Code Repository : docs/target/repository.md
50
50
- Virtual Machine Image : docs/target/vm.md
51
51
- Kubernetes : docs/target/kubernetes.md
52
- - AWS : docs/target/aws.md
53
52
- SBOM : docs/target/sbom.md
54
53
- Scanner :
55
54
- Vulnerability : docs/scanner/vulnerability.md
You can’t perform that action at this time.
0 commit comments