Skip to content

Commit

Permalink
Merge pull request #65 from AnaisUrlichs/fix-typos
Browse files Browse the repository at this point in the history
fix small typos
  • Loading branch information
AnaisUrlichs committed Jun 13, 2023
2 parents 8d7b0f9 + b23e202 commit d99929d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/cli/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ K8sGPT offers integration with other tools. Once an integration is added to K8sG


The first integration that has been added is Trivy.
[Trivy](https://github.com/aquasecurity/trivy) is an open source, cloud native security scnaner, maintained by Aqua Security.
[Trivy](https://github.com/aquasecurity/trivy) is an open source, cloud native security scanner, maintained by Aqua Security.

Use the following command to access all K8sGPT CLI options related to integrations:
```bash
Expand Down Expand Up @@ -64,7 +64,7 @@ To use the `VulnerabilityReport` filter from the Trivy integration, set it throu
k8sgpt analyze --filter VulnerabilityReport
```

This command will analyze your cluster Vulnerabilities through K8sGPT. Depnding on the VulnerabilityReports available in your cluster, the result of the report will look different:
This command will analyze your cluster Vulnerabilities through K8sGPT. Depending on the VulnerabilityReports available in your cluster, the result of the report will look different:
```bash
❯ k8sgpt analyze --filter VulnerabilityReport

Expand Down

0 comments on commit d99929d

Please sign in to comment.