Skip to content

Commit

Permalink
Improve text describing resource packs (#3846)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored Apr 25, 2024
1 parent 77ed65a commit 2394f6f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 2394f6f

Please sign in to comment.