From 2394f6f1cc2922569dc8641cff14410e0cfdb225 Mon Sep 17 00:00:00 2001 From: Letha Date: Wed, 24 Apr 2024 17:24:11 -0700 Subject: [PATCH] Improve text describing resource packs (#3846) --- Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index d14bff4448..7c4693caae 100644 --- a/Makefile +++ b/Makefile @@ -445,27 +445,27 @@ lr/docs/markdown: providers/lr --output ../docs/docs/mql/resources/azure-pack ./lr markdown providers/core/resources/core.lr \ --pack-name "Core" \ - --description "The Core pack provides basic MQL resources that let you query and assess the security." \ + --description "The Core pack provides basic MQL resources that let you query and assess the security of assets in your infrastructure." \ --docs-file providers/core/resources/core.lr.manifest.yaml \ --output ../docs/docs/mql/resources/core-pack ./lr markdown providers/equinix/resources/equinix.lr \ --pack-name "Equinix" \ - --description "The Equinix resource pack lets you use MQL to query and assess the security of your Equinix Metal services." \ + --description "The Equinix resource pack lets you use MQL to query and assess the security of your Equinix Metal assets." \ --docs-file providers/equinix/resources/equinix.lr.manifest.yaml \ --output ../docs/docs/mql/resources/equinix-pack ./lr markdown providers/gcp/resources/gcp.lr \ --pack-name "Google Cloud Platform (GCP)" \ - --description "The Google Cloud Platform (GCP) resource pack lets you use MQL to query and assess the security of your GCP cloud services." \ + --description "The Google Cloud Platform (GCP) resource pack lets you use MQL to query and assess the security of your Google cloud services." \ --docs-file providers/gcp/resources/gcp.lr.manifest.yaml \ --output ../docs/docs/mql/resources/gcp-pack ./lr markdown providers/github/resources/github.lr \ --pack-name "GitHub" \ - --description "The GitHub resource pack lets you use MQL to query and assess the security of your GitHub organization and repositories." \ + --description "The GitHub resource pack lets you use MQL to query and assess the security of your GitHub organizations and repositories." \ --docs-file providers/github/resources/github.lr.manifest.yaml \ --output ../docs/docs/mql/resources/github-pack ./lr markdown providers/gitlab/resources/gitlab.lr \ --pack-name "GitLab" \ - --description "The GitLab resource pack lets you use MQL to query and assess the security of your GitLab organization and repositories." \ + --description "The GitLab resource pack lets you use MQL to query and assess the security of your GitLab organizations and repositories." \ --docs-file providers/gitlab/resources/gitlab.lr.manifest.yaml \ --output ../docs/docs/mql/resources/gitlab-pack ./lr markdown providers/google-workspace/resources/google-workspace.lr \ @@ -480,7 +480,7 @@ lr/docs/markdown: providers/lr --output ../docs/docs/mql/resources/ipmi-pack ./lr markdown providers/k8s/resources/k8s.lr \ --pack-name "Kubernetes (K8s)" \ - --description "The Kubernetes resource pack lets you use MQL to query and assess the security of your Kubernetes cluster and workloads." \ + --description "The Kubernetes resource pack lets you use MQL to query and assess the security of your Kubernetes clusters and workloads." \ --docs-file providers/k8s/resources/k8s.lr.manifest.yaml \ --output ../docs/docs/mql/resources/k8s-pack ./lr markdown providers/ms365/resources/ms365.lr \ @@ -490,12 +490,12 @@ lr/docs/markdown: providers/lr --output ../docs/docs/mql/resources/ms365-pack ./lr markdown providers/network/resources/network.lr \ --pack-name "Network" \ - --description "The network resource pack lets you use MQL to query and assess the security of domains and network services." \ + --description "The Network resource pack lets you use MQL to query and assess the security of domains and network services." \ --docs-file providers/network/resources/network.lr.manifest.yaml \ --output ../docs/docs/mql/resources/network-pack ./lr markdown providers/oci/resources/oci.lr \ --pack-name "Oracle Cloud Infrastructure (OCI)" \ - --description "The Oracle Cloud Infrastructure (OCI) resource pack lets you use MQL to query and assess the security of your OCI cloud services." \ + --description "The Oracle Cloud Infrastructure (OCI) resource pack lets you use MQL to query and assess the security of your OCI services." \ --docs-file providers/oci/resources/oci.lr.manifest.yaml \ --output ../docs/docs/mql/resources/oci-pack ./lr markdown providers/okta/resources/okta.lr \ @@ -505,7 +505,7 @@ lr/docs/markdown: providers/lr --output ../docs/docs/mql/resources/okta-pack ./lr markdown providers/opcua/resources/opcua.lr \ --pack-name "OPC UA" \ - --description "The OPC-UA resource pack lets you use MQL to query and assess the security of your OPC-UA servers." \ + --description "The OPC UA resource pack lets you use MQL to query and assess the security of your OPC UA assets." \ --docs-file providers/opcua/resources/opcua.lr.manifest.yaml \ --output ../docs/docs/mql/resources/opcua-pack ./lr markdown providers/os/resources/os.lr \ @@ -520,7 +520,7 @@ lr/docs/markdown: providers/lr --output ../docs/docs/mql/resources/slack-pack ./lr markdown providers/terraform/resources/terraform.lr \ --pack-name "Terraform IaC" \ - --description "The Terraform IaC resource pack lets you use MQL to query and assess the security of your Terraform HCL, plan and state resources." \ + --description "The Terraform IaC resource pack lets you use MQL to query and assess the security of your Terraform HCL, plan, and state resources." \ --docs-file providers/terraform/resources/terraform.lr.manifest.yaml \ --output ../docs/docs/mql/resources/terraform-pack ./lr markdown providers/vcd/resources/vcd.lr \