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

Commit 5f2c335

Browse files
fix broken link
1 parent a3582c4 commit 5f2c335

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/terraform/checkov.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide will walk you through generating a report with [Checkov](https://www.
1212

1313
## What is Checkov?
1414

15-
[Checkov](https://www.checkov.io/) is a static code analysis tool for scanning infrastructure as code (IaC) files for misconfigurations. Checkov provides several key benefits for your projects:
15+
Checkov is a static code analysis tool for scanning infrastructure as code (IaC) files for misconfigurations. Checkov provides several key benefits for your projects:
1616

1717
- **Security Scanning**: Automatically detects misconfigurations and security vulnerabilities in your infrastructure code before deployment
1818
- **Compliance**: Helps ensure your infrastructure meets compliance requirements like HIPAA and PCI-DSS
@@ -25,10 +25,10 @@ This guide will walk you through generating a report with [Checkov](https://www.
2525
Before you begin, ensure you have:
2626

2727
- [AWS CLI](https://aws.amazon.com/cli/) installed and configured
28-
- [Terraform CLI](https://www.terraform.io/downloads.html) installed
28+
- [Terraform CLI](https://terraform.io/downloads.html) installed
2929
- [Node.js](https://nodejs.org/) and npm installed
30-
- [Nitric CLI](https://docs.nitric.io/cli/installation) installed
31-
- [Checkov](https://www.checkov.io/2.Basics/Installing%20Checkov.html) installed
30+
- [Nitric CLI](/get-started/installation) installed
31+
- [Checkov](https://checkov.io/2.Basics/Installing%20Checkov.html) installed
3232

3333
## What we'll be doing
3434

0 commit comments

Comments
 (0)