From 8b2575bd27faa16df6925c7e255b9609ff1b53ed Mon Sep 17 00:00:00 2001 From: matt-andersen Date: Thu, 18 Sep 2025 20:59:36 +1000 Subject: [PATCH] docs: Fix typo in terraform docs (#9492) --- docs/tutorials/misconfiguration/terraform.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/misconfiguration/terraform.md b/docs/tutorials/misconfiguration/terraform.md index 6934a41118..0fe0b8499d 100644 --- a/docs/tutorials/misconfiguration/terraform.md +++ b/docs/tutorials/misconfiguration/terraform.md @@ -94,7 +94,7 @@ We have lots of examples in the [documentation](https://trivy.dev/latest/docs/sc ## Secret and vulnerability scans -The `trivy config` command does not perform secrete and vulnerability checks out of the box. However, you can specify as part of your `trivy fs` scan that you would like to scan you terraform files for exposed secrets and misconfiguraction through the following flags: +The `trivy config` command does not perform secret and vulnerability checks out of the box. However, you can specify as part of your `trivy fs` scan that you would like to scan you terraform files for exposed secrets and misconfiguraction through the following flags: ``` trivy fs --scanners secret,misconfig ./ @@ -111,4 +111,4 @@ Note that you need to be able to create a terraform init and plan without any er ## Using Trivy in your CI/CD pipeline Similar to tfsec, Trivy can be used either on local developer machines or integrated into your CI/CD pipeline. There are several steps available for different pipelines, including GitHub Actions, Circle CI, GitLab, Travis and more in the tutorials section of the documentation: [https://trivy.dev/latest/tutorials/integrations/](https://trivy.dev/latest/tutorials/integrations/) - \ No newline at end of file +