Skip to content

Commit

Permalink
Update README.md (#186)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mcantu committed Feb 2, 2023
1 parent cacfd7a commit ab15891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -262,7 +262,7 @@ jobs:
sarif_file: 'trivy-results.sarif'
```

### Using Trivy to scan Infrastucture as Code
### Using Trivy to scan Infrastructure as Code
It's also possible to scan your IaC repos with Trivy's built-in repo scan. This can be handy if you want to run Trivy as a build time check on each PR that gets opened in your repo. This helps you identify potential vulnerablites that might get introduced with each PR.

If you have [GitHub code scanning](https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) available you can use Trivy as a scanning tool as follows:
Expand Down

0 comments on commit ab15891

Please sign in to comment.