Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f948b02

Browse files
Apply suggestions from code review
Co-authored-by: David Moore <[email protected]>
1 parent 8fc30c0 commit f948b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/terraform/trivy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ region: us-east-2
6666
6767
The Nitric Terraform providers are currently in preview. To enable them, you'll need to enable beta-providers in your Nitric project. You can do this by adding the following to your project's `nitric.yaml` file:
6868

69-
```yaml title=nitric.yaml
69+
```yaml title:nitric.yaml
7070
preview:
7171
- beta-providers
7272
```
@@ -92,4 +92,4 @@ trivy config .
9292

9393
Trivy comes with a variety of checks for common security and misconfiguration issues. Some findings might not always be relevant to your deployment scenario. For example, if Trivy flags a missing KMS key reference for encryption, it might be because your ECR repository is already encrypted by default with SSE-S3, and you haven’t explicitly configured a KMS key. In such cases, it’s worth reviewing the findings to see if they apply to your use case.
9494

95-
If you have any concerns, please don't hesitate to [reach out](https://discord.com/invite/Webemece5C).
95+
If you have any concerns, please don't hesitate to [reach out](https://nitric.io/chat).

0 commit comments

Comments
 (0)