From 258f4a68e80c38e2ee63fe69637b609d2b816e8c Mon Sep 17 00:00:00 2001 From: tsmithv11 Date: Mon, 17 Oct 2022 22:43:38 -0700 Subject: [PATCH] Fix broken links --- docs/1.Welcome/Feature Descriptions.md | 2 +- docs/1.Welcome/Quick Start.md | 6 ++---- docs/1.Welcome/What is Checkov.md | 2 +- docs/7.Scan Examples/Bitbucket.md | 2 +- docs/7.Scan Examples/Github.md | 2 +- docs/7.Scan Examples/Gitlab.md | 2 +- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/1.Welcome/Feature Descriptions.md b/docs/1.Welcome/Feature Descriptions.md index bc1aa11810e..e11a3146c77 100644 --- a/docs/1.Welcome/Feature Descriptions.md +++ b/docs/1.Welcome/Feature Descriptions.md @@ -23,7 +23,7 @@ When running Checkov, you can also: * [Suppress or skip](https://www.checkov.io/2.Basics/Suppressing%20and%20Skipping%20Policies.html) * [Scan credentials and secrets](https://www.checkov.io/2.Basics/Scanning%20Credentials%20and%20Secrets.html) * [Scan Kubernetes clusters](https://www.checkov.io/4.Integrations/Kubernetes.html) -* [Scan Terraform plan output and 3rd party modules](https://www.checkov.io/4.Integrations/Terraform%20Scanning.html) +* [Scan Terraform plan output and 3rd party modules](https://www.checkov.io/7.Scan%20Examples/Terraform%20Plan%20Scanning.html) ## Integrating with CI/CD In addition to integrating with your code repository, Checkov can also integrate with your automated build pipeline via CI/CD providers. When your build tests run, Checkov will scan your infrastructure as code files for misconfigurations and you can review the output directly in your CI pipeline. diff --git a/docs/1.Welcome/Quick Start.md b/docs/1.Welcome/Quick Start.md index 04f4c56e885..6bbe08f1d1b 100644 --- a/docs/1.Welcome/Quick Start.md +++ b/docs/1.Welcome/Quick Start.md @@ -171,10 +171,8 @@ You can integrate Checkov with: * [Kubernetes](https://www.checkov.io/4.Integrations/Kubernetes.html) * [Pre-Commit](https://www.checkov.io/4.Integrations/pre-commit.html) * [Docker](https://www.checkov.io/4.Integrations/Docker.html) -* [Terraform Plans and Third-Party Modules](https://www.checkov.io/4.Integrations/Terraform%20Scanning.html) +* [Terraform Plans and Third-Party Modules](https://www.checkov.io/7.Scan%20Examples/Terraform%20Plan%20Scanning.html) ## Add-ons -To get real-time IaC scanning and in-line fixes directly from your IDE, check out the [Checkov Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=Bridgecrew.checkov). - -_An upcoming release of Checkov will include support for IntelliJ IDE._ +To get real-time IaC scanning and in-line fixes directly from your IDE, check out the [Checkov Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=Bridgecrew.checkov) and the [Checkov JetBrains Plugin](https://plugins.jetbrains.com/plugin/17721-checkov). \ No newline at end of file diff --git a/docs/1.Welcome/What is Checkov.md b/docs/1.Welcome/What is Checkov.md index c1d76e2d3fb..517a861eec7 100644 --- a/docs/1.Welcome/What is Checkov.md +++ b/docs/1.Welcome/What is Checkov.md @@ -7,7 +7,7 @@ nav_order: 1 # What is Checkov? -Checkov is a static code analysis tool for scanning infrastructure as code (IaC) files for misconfigurations that may lead to security or compliance problems. Checkov includes more than 750 predefined policies to check for common misconfiguration issues. Checkov also supports the creation and contribution of [custom policies](../3.Custom%20Policies/Custom%20Policies%20Overview.md). +Checkov is a static code analysis tool for scanning infrastructure as code (IaC) files for misconfigurations that may lead to security or compliance problems. Checkov includes more than 750 predefined policies to check for common misconfiguration issues. Checkov also supports the creation and contribution of [custom policies](https://www.checkov.io/3.Custom%20Policies/Custom%20Policies%20Overview.html). ## Supported IaC types diff --git a/docs/7.Scan Examples/Bitbucket.md b/docs/7.Scan Examples/Bitbucket.md index cbadef66d43..91a7331832a 100644 --- a/docs/7.Scan Examples/Bitbucket.md +++ b/docs/7.Scan Examples/Bitbucket.md @@ -298,4 +298,4 @@ Check: CKV_BITBUCKET_1: "Merge requests should require at least 2 approvals" ``` -To add more Bitbucket policies and configuration to be inspected take a look at [Github policy contribution guide](/docs/6.Contribution/Contribute%20New%20Bitbucket%20Policies.md) +To add more Bitbucket policies and configuration to be inspected take a look at the [Bitbucket policy contribution guide](https://www.checkov.io/6.Contribution/Contribute%20New%20Bitbucket%20Policies.html) diff --git a/docs/7.Scan Examples/Github.md b/docs/7.Scan Examples/Github.md index 3a8b64748d4..048c91efdb2 100644 --- a/docs/7.Scan Examples/Github.md +++ b/docs/7.Scan Examples/Github.md @@ -125,4 +125,4 @@ Check: CKV_GITHUB_1: "Ensure GitHub organization security settings require 2FA" ``` -To add more GitHub policies and configuration to be inspected take a look at [Github policy contribution guide](/docs/6.Contribution/Contribute%20New%20GitHub%20Policies.md) +To add more GitHub policies and configuration to be inspected take a look at the [GitHub policy contribution guide](https://www.checkov.io/6.Contribution/Contribute%20New%20GitHub%20Policies.html) diff --git a/docs/7.Scan Examples/Gitlab.md b/docs/7.Scan Examples/Gitlab.md index 379f6ec1cf4..8fd7b8dcf09 100644 --- a/docs/7.Scan Examples/Gitlab.md +++ b/docs/7.Scan Examples/Gitlab.md @@ -153,4 +153,4 @@ Process finished with exit code 1 ``` -To add more Gitlab policies and configuration to be inspected take a look at [Github policy contribution guide](/docs/6.Contribution/Contribute%20New%20Gitlab%20Policies.md) +To add more GitLab policies and configuration to be inspected take a look at the [GitLab policy contribution guide](https://www.checkov.io/6.Contribution/Contribute%20New%20Gitlab%20Policies.html)