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

Add a spellcheck rule for DigiCert #520

Merged
merged 2 commits into from
Dec 27, 2024
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
3 changes: 0 additions & 3 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ cloudtrails
Clusterwide
Clw
cmek
cnames
cni
CODENAME
codeql
Expand Down Expand Up @@ -216,7 +215,6 @@ mcnulty
MDENG
Merica
messagestoragepolicy
Metasploit
mfs
Mjk
MKGQ
Expand Down Expand Up @@ -367,7 +365,6 @@ vdcs
vjtestpriv
Vkt
Vnet
VNic
Vtpm
Vtz
vulnerabilityassessment
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
# Product Names
#

# s.b. DigiCert
\bDigicert\b

# s.b. Cloudflare
\bCloudFlare\b

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
post_comment: 0
dictionary_source_prefixes: '{"mondoo": "https://raw.githubusercontent.com/mondoohq/spellcheck-dictionary/main/", "cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/"}'
extra_dictionaries: cspell:aws/aws.txt
cspell:companies/src/companies.txt
cspell:filetypes/filetypes.txt
cspell:software-terms/src/software-terms.txt
cspell:software-terms/src/software-tools.txt
cspell:companies/src/companies.txt
mondoo:mondoo_dictionary.txt

comment:
Expand Down
Loading