From bdb99080288ed9335c4d49a5e2d35223608e3484 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Wed, 11 Oct 2023 09:46:34 +0800 Subject: [PATCH] fix: typo --- docs/blog.md | 2 +- docs/run.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog.md b/docs/blog.md index cde75e0..e07ea67 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -149,7 +149,7 @@ RETURN p ### Attackable Terraform plans -Production Terraform plans on unreviewed code are [a bad idea](https://alex.kaskaso.li/post/terraform-plan-rce). We attempt to find these by looking at the context values on pull requests' status checks, to get maximum coverage and account for CI/CD systems that may be configured server-side (e.g. AWS CodeBuild). The funky regex in this query means "things that contain `terraform` (or `tf`) and `prod` (or `prd`, and as long as it's not preceeded by `non`): +Production Terraform plans on unreviewed code are [a bad idea](https://alex.kaskaso.li/post/terraform-plan-rce). We attempt to find these by looking at the context values on pull requests' status checks, to get maximum coverage and account for CI/CD systems that may be configured server-side (e.g. AWS CodeBuild). The funky regex in this query means "things that contain `terraform` (or `tf`) and `prod` (or `prd`, and as long as it's not preceded by `non`): ``` MATCH (r:Repository)-[:HAS_STATUS_CHECK{pullRequest:TRUE}]->(s:StatusCheck) diff --git a/docs/run.md b/docs/run.md index 1a12f0b..3f2feb6 100644 --- a/docs/run.md +++ b/docs/run.md @@ -80,7 +80,7 @@ Order doesn't matter for other ingestors. #### GitHub Enterprise Server -If you are targetting a self-hosted GitHub Enterprise Server, you will want to set the `-github-rest-url` and `-github-graphql-url` parameters. These default to the GitHub cloud URLs. +If you are targeting a self-hosted GitHub Enterprise Server, you will want to set the `-github-rest-url` and `-github-graphql-url` parameters. These default to the GitHub cloud URLs. ### Ingest CircleCI data