Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix some typo #3171

Merged
merged 2 commits into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/kubernetes/cli/compliance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes Compliance

## NSA Complaince Report
## NSA Compliance Report

!!! warning "EXPERIMENTAL"
This feature might change without preserving backwards compatibility.
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/vulnerability/scanning/git-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,23 +149,23 @@ 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 <branch-name> <repo-name>
```

## 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 <commit-hash> <repo-name>
```

## 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 <tag-name> <repo-name>
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/kubernetes/kyverno.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down