Skip to content

Commit 7e2a8cb

Browse files
authored
docs: drop AWS account scanning (#7997)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
1 parent aeeba70 commit 7e2a8cb

File tree

7 files changed

+1
-115
lines changed

7 files changed

+1
-115
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Targets (what Trivy can scan):
2121
- Git Repository (remote)
2222
- Virtual Machine Image
2323
- Kubernetes
24-
- AWS
2524

2625
Scanners (what Trivy can find there):
2726

docs/docs/compliance/compliance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Trivy’s compliance flag lets you curate a specific set of checks into a report
1010
Compliance report is currently supported in the following targets (trivy sub-commands):
1111

1212
- `trivy image`
13-
- `trivy aws`
1413
- `trivy k8s`
1514

1615
Add the `--compliance` flag to the command line, and set it's value to desired report.

docs/docs/configuration/reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ $ trivy convert --format table --severity CRITICAL result.json
428428
```
429429

430430
!!! note
431-
JSON reports from "trivy aws" and "trivy k8s" are not yet supported.
431+
JSON reports from "trivy k8s" are not yet supported.
432432

433433
[cargo-auditable]: https://github.com/rust-secure-code/cargo-auditable/
434434
[action]: https://github.com/aquasecurity/trivy-action

docs/docs/plugin/user-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ VERSION:
103103
dev
104104

105105
Scanning Commands
106-
aws [EXPERIMENTAL] Scan AWS account
107106
config Scan config files for misconfigurations
108107
filesystem Scan local filesystem
109108
image Scan a container image

docs/docs/target/aws.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

docs/tutorials/shell/shell-completion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ trivy completion zsh > "${fpath[1]}/_trivy"
4949

5050
```bash
5151
$ trivy [tab]
52-
aws -- scan aws account
5352
completion -- Generate the autocompletion script for the specified shell
5453
config -- Scan config files for misconfigurations
5554
filesystem -- Scan local filesystem

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ nav:
4949
- Code Repository: docs/target/repository.md
5050
- Virtual Machine Image: docs/target/vm.md
5151
- Kubernetes: docs/target/kubernetes.md
52-
- AWS: docs/target/aws.md
5352
- SBOM: docs/target/sbom.md
5453
- Scanner:
5554
- Vulnerability: docs/scanner/vulnerability.md

0 commit comments

Comments
 (0)