Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Makefile for Cloudflare #4943

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading