Skip to content

Commit

Permalink
Update the Makefile for Cloudflare (#4943)
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 authored Dec 2, 2024
1 parent 4e7c367 commit 33b559c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ providers/install: \
providers/install/shodan \
providers/install/ansible \
providers/install/snowflake \
providers/install/mondoo
providers/install/mondoo \
providers/install/cloudflare

providers/build/mock: providers/lr
./lr go providers-sdk/v1/testutils/mockprovider/resources/mockprovider.lr
Expand Down Expand Up @@ -618,6 +619,11 @@ lr/docs/markdown: providers/lr
--description "The Mondoo resource pack lets you interact with Mondoo Platform and its assets and resources." \
--docs-file providers/mondoo/resources/mondoo.lr.manifest.yaml \
--output ../docs/docs/mql/resources/mondoo-pack
./lr markdown providers/cloudflare/resources/cloudflare.lr \
--pack-name "Cloudflare" \
--description "The Cloudflare resource pack lets you use MQL to query and assess the security of your Cloureflare configuration." \
--docs-file providers/cloudflare/resources/cloudflare.lr.manifest.yaml \
--output ../docs/docs/mql/resources/cloudflare-pack

lr/docs/stats:
@echo "Please remember to re-run before using this:"
Expand Down

0 comments on commit 33b559c

Please sign in to comment.