From dd8b6c38601ca769a2f7ad8eef4c1f9bd750b8a1 Mon Sep 17 00:00:00 2001 From: Simon Lukasik Date: Thu, 14 Oct 2021 20:24:14 +0200 Subject: [PATCH] Fix spell checking CI --- .github/wordlist.txt | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/wordlist.txt b/.github/wordlist.txt index 3423dafc..5b34dabf 100644 --- a/.github/wordlist.txt +++ b/.github/wordlist.txt @@ -17,6 +17,7 @@ gofalcon gosec hostnames initialisation +intel iocs oauth pre diff --git a/README.md b/README.md index ca4753d2..ae28eb32 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Detailed API documentation is available on [pkg.go.dev](https://pkg.go.dev/githu | [falcon_event_stream](examples/falcon_event_stream) | stand-alone tool that can be used to stream events as they happen in CrowdStrike Falcon Console | | [falcon_cleanup_pods](examples/falcon_cleanup_pods) | stand-alone tool that can be used to clean-up inactive pods from CrowdStrike Falcon Console | | [falcon_iocs](examples/falcon_iocs) | stand-alone tool that can be used to add, delete or list Custom IOCs in the CrowdStrike Falcon Console | -| [falcon_intel_rules_download](examples/falcon_intel_rules_download) stand-alone tool that downloads CrowdStrike Falcon Intelligence Rule files | +| [falcon_intel_rules_download](examples/falcon_intel_rules_download) | stand-alone tool that downloads CrowdStrike Falcon Intelligence Rule files | | [falcon_host_details](examples/falcon_host_details) | stand-alone tool that outputs inventory of hosts registered to CrowdStrike Falcon platform | | [falcon_registry_token](examples/falcon_registry_token) | helper to generate container registry logic information for `docker login` |