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

Pull in new spellcheck patterns #5215

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
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
45 changes: 45 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,48 @@
# Product Names
#

# s.b. Tailscale
\bTailScale\b

# s.b. TeamCity
\bTeamcity\b

# s.b. Bitbucket
\bBitBucket\b

# s.b. Logstash
\bLogStash\b

# s.b. CyberArk
\bCyberark\b

# s.b. Chef Infra Server
\bChef Server\b

# s.b. Chef Infra Client
\bChef Client\b

# s.b. containerd
\bContainerd\b

# s.b. systemd
\bSystemd\b

# s.b. OpenLDAP
\bOpen LDAP\b

# s.b. WebSphere
\bWebsphere\b

# s.b. JBoss
\bJboss\b

# s.b. WildFly
\bWildfly\b

# s.b. DigiCert
\bDigicert\b

# s.b. Cloudflare
\bCloudFlare\b

Expand Down Expand Up @@ -281,6 +323,9 @@
# Microsoft Products
#

# s.b. Entra ID
\bEntraID\b

# s.b. Microsoft
\bMicroSoft\b

Expand Down
19 changes: 18 additions & 1 deletion .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,22 @@ db.\w{2}.\w*
# rsa private keys
MII[BCEJ]\w*

# UID in MQL policy
# ID data MQL policies / query packs
- uid: \S*
secret_id: \S*
secret: \S*
publicKeyData: \S*
fingerprint: "\S*
p=MII\S*
BackupPlanVersion: "\S*
id: "\S*
pkix.extension id = \S*
id="\S*

# OCI config
user=\S*
fingerprint=\S*
tenancy=\S*

# Mondoo registration token https://rubular.com/r/3UzGvhUamOAa0U
MONDOO_REGISTRATION_TOKEN='\S*'