diff --git a/docs/docs/kubernetes/cli/compliance.md b/docs/docs/kubernetes/cli/compliance.md index 733587dd3d..ca3e25392c 100644 --- a/docs/docs/kubernetes/cli/compliance.md +++ b/docs/docs/kubernetes/cli/compliance.md @@ -1,6 +1,6 @@ # Kubernetes Compliance -## NSA Complaince Report +## NSA Compliance Report !!! warning "EXPERIMENTAL" This feature might change without preserving backwards compatibility. diff --git a/docs/docs/vulnerability/scanning/git-repository.md b/docs/docs/vulnerability/scanning/git-repository.md index 1c86585a0e..e3971a45d1 100644 --- a/docs/docs/vulnerability/scanning/git-repository.md +++ b/docs/docs/vulnerability/scanning/git-repository.md @@ -149,7 +149,7 @@ Total: 20 (UNKNOWN: 3, LOW: 0, MEDIUM: 7, HIGH: 5, CRITICAL: 5) ## Scanning a Branch -Pass a `--branch` agrument with a valid branch name on the remote repository provided: +Pass a `--branch` argument with a valid branch name on the remote repository provided: ``` $ trivy repo --branch @@ -157,7 +157,7 @@ $ trivy repo --branch ## Scanning upto a Commit -Pass a `--commit` agrument with a valid commit hash on the remote repository provided: +Pass a `--commit` argument with a valid commit hash on the remote repository provided: ``` $ trivy repo --commit @@ -165,7 +165,7 @@ $ trivy repo --commit ## Scanning a Tag -Pass a `--tag` agrument with a valid tag on the remote repository provided: +Pass a `--tag` argument with a valid tag on the remote repository provided: ``` $ trivy repo --tag diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index e14c28ba53..20bee41613 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -230,7 +230,7 @@ podAnnotations: {} ## Other Tools to use and deploy Trivy -For additional tools and ways to install and use Trivy in different envrionments such as in Docker Desktop and Kubernetes clusters, see the links in the [Ecosystem section](../ecosystem/tools.md). +For additional tools and ways to install and use Trivy in different environments such as in Docker Desktop and Kubernetes clusters, see the links in the [Ecosystem section](../ecosystem/tools.md). [ecr]: https://gallery.ecr.aws/aquasecurity/trivy diff --git a/docs/tutorials/kubernetes/kyverno.md b/docs/tutorials/kubernetes/kyverno.md index c46adc39fa..4dc9633212 100644 --- a/docs/tutorials/kubernetes/kyverno.md +++ b/docs/tutorials/kubernetes/kyverno.md @@ -50,7 +50,7 @@ spec: ### Apply the policy to your Kubernetes cluster -Ensure that you have Kyverno already deployed and running on your cluster -- for instance throught he Kyverno Helm Chart. +Ensure that you have Kyverno already deployed and running on your cluster -- for instance through he Kyverno Helm Chart. Next, apply the above policy: ```