From 0b4381fc49ba4cfa3f7945771e80c4dc2fe02d8b Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 11 Feb 2025 12:25:19 -0800 Subject: [PATCH] Add a spellcheck pattern for our registration tokens Don't try to spellcheck these Signed-off-by: Tim Smith --- .github/actions/spelling/patterns.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index caeb66283..325c7ebb2 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -116,3 +116,6 @@ MII[BCEJ]\w* # UID in MQL policy - uid: \S* + +# Mondoo registration token +MONDOO_REGISTRATION_TOKEN='\S*'