Skip to content

Commit

Permalink
Add Cloudflare to the spellcheck
Browse files Browse the repository at this point in the history
Also fix a mistake of mine

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 3, 2024
1 parent 75141bf commit 76828df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
# Product Names
#

# s.b. Cloudflare
\bCloudFlare\b

# s.b. Memcached
\bMemCached\b

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ lr/docs/markdown: providers/lr
--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." \
--description "The Cloudflare resource pack lets you use MQL to query and assess the security of your Cloudflare configuration." \
--docs-file providers/cloudflare/resources/cloudflare.lr.manifest.yaml \
--output ../docs/docs/mql/resources/cloudflare-pack

Expand Down

1 comment on commit 76828df

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 76828df Previous: 75141bf Ratio
BenchmarkScan_SingleAsset 8531207820 ns/op 239710768 B/op 5334767 allocs/op 2025370218 ns/op 239715216 B/op 5334679 allocs/op 4.21
BenchmarkScan_SingleAsset - ns/op 8531207820 ns/op 2025370218 ns/op 4.21

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.