From a80bf58d3514a293cf890acc0a9746bd69857ee8 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Thu, 27 Jun 2024 23:43:45 +0800 Subject: [PATCH] fix: typo (#2110) Signed-off-by: guoguangwu --- docs/checks/azure/database/threat-alert-email-set/index.md | 2 +- docs/guides/trivy.md | 4 ++-- tfsec-to-trivy-migration-guide.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/checks/azure/database/threat-alert-email-set/index.md b/docs/checks/azure/database/threat-alert-email-set/index.md index b2d8f01049..c972ed745d 100644 --- a/docs/checks/azure/database/threat-alert-email-set/index.md +++ b/docs/checks/azure/database/threat-alert-email-set/index.md @@ -11,7 +11,7 @@ title: At least one email address is set for threat alerts SQL Server sends alerts for threat detection via email, if there are no email addresses set then mitigation will be delayed. ### Possible Impact -Nobody will be prompty alerted in the case of a threat being detected +Nobody will be promptly alerted in the case of a threat being detected ### Suggested Resolution Provide at least one email address for threat alerts diff --git a/docs/guides/trivy.md b/docs/guides/trivy.md index f91a82ebb2..d702ca9b38 100644 --- a/docs/guides/trivy.md +++ b/docs/guides/trivy.md @@ -1,5 +1,5 @@ # Moving towards configuration scanning with Trivy -Overtime we've taken [trivy][trivy] to be the go-to scanning tool for a vareity of things. This also includes terraform scanning. +Overtime we've taken [trivy][trivy] to be the go-to scanning tool for a variety of things. This also includes terraform scanning. This section describes some differences between Trivy and tfsec. @@ -44,4 +44,4 @@ $ tfsec --format We welcome any feedback if you find features that today are not available with Trivy misconfigration scanning that are available in tfsec. -[trivy]: https://github.com/aquasecurity/trivy \ No newline at end of file +[trivy]: https://github.com/aquasecurity/trivy diff --git a/tfsec-to-trivy-migration-guide.md b/tfsec-to-trivy-migration-guide.md index e02d344d11..86f70ca2a2 100644 --- a/tfsec-to-trivy-migration-guide.md +++ b/tfsec-to-trivy-migration-guide.md @@ -1,5 +1,5 @@ # Migrating from tfsec to Trivy -Overtime we've taken [Trivy][trivy] to be the go-to scanning tool for a vareity of things. This also includes terraform scanning. For further information, have a look at the announcement ["tfsec is joining the Trivy family".](https://github.com/aquasecurity/tfsec/discussions/1994) +Overtime we've taken [Trivy][trivy] to be the go-to scanning tool for a variety of things. This also includes terraform scanning. For further information, have a look at the announcement ["tfsec is joining the Trivy family".](https://github.com/aquasecurity/tfsec/discussions/1994) ### Main differences between Trivy and tfsec