Skip to content

Commit

Permalink
docs: drop AWS account scanning (aquasecurity#7997)
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 authored Nov 26, 2024
1 parent aeeba70 commit 7e2a8cb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 115 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Targets (what Trivy can scan):
- Git Repository (remote)
- Virtual Machine Image
- Kubernetes
- AWS

Scanners (what Trivy can find there):

Expand Down
1 change: 0 additions & 1 deletion docs/docs/compliance/compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Trivy’s compliance flag lets you curate a specific set of checks into a report
Compliance report is currently supported in the following targets (trivy sub-commands):

- `trivy image`
- `trivy aws`
- `trivy k8s`

Add the `--compliance` flag to the command line, and set it's value to desired report.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/configuration/reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ $ trivy convert --format table --severity CRITICAL result.json
```

!!! note
JSON reports from "trivy aws" and "trivy k8s" are not yet supported.
JSON reports from "trivy k8s" are not yet supported.

[cargo-auditable]: https://github.com/rust-secure-code/cargo-auditable/
[action]: https://github.com/aquasecurity/trivy-action
Expand Down
1 change: 0 additions & 1 deletion docs/docs/plugin/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ VERSION:
dev

Scanning Commands
aws [EXPERIMENTAL] Scan AWS account
config Scan config files for misconfigurations
filesystem Scan local filesystem
image Scan a container image
Expand Down
109 changes: 0 additions & 109 deletions docs/docs/target/aws.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/tutorials/shell/shell-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ trivy completion zsh > "${fpath[1]}/_trivy"

```bash
$ trivy [tab]
aws -- scan aws account
completion -- Generate the autocompletion script for the specified shell
config -- Scan config files for misconfigurations
filesystem -- Scan local filesystem
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ nav:
- Code Repository: docs/target/repository.md
- Virtual Machine Image: docs/target/vm.md
- Kubernetes: docs/target/kubernetes.md
- AWS: docs/target/aws.md
- SBOM: docs/target/sbom.md
- Scanner:
- Vulnerability: docs/scanner/vulnerability.md
Expand Down

0 comments on commit 7e2a8cb

Please sign in to comment.