Skip to content

Commit

Permalink
Update spellcheck config + copyright year
Browse files Browse the repository at this point in the history
Minor updates

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Apr 30, 2024
1 parent b9cb87b commit 79fc6e7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema_version = 1
project {
license = "BUSL-1.1"
copyright_holder = "Mondoo, Inc."
copyright_year = 2023
copyright_year = 2024

# (OPTIONAL) A list of globs that should not have copyright/license headers.
# Supports doublestar glob patterns for more flexibility in defining which
Expand Down
24 changes: 24 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,29 @@
\bCrowd Strike\b
\b[Cc]rowdstrike\b

#
# Kubernetes Terms
#

# s.b. DaemonSet
\bDaemonset\b

# s.b. Dockershim
\bDockerShim\b
\bdockershim\b

# s.b. LimitRange
\bLimitrange\b

# s.b. Minikube
\bMiniKube\b

# s.b. ReplicaSet
\bReplicaset\b

# s.b. StatefulSet
\bStatefulset\b

#
# HashiCorp Products
#
Expand Down Expand Up @@ -262,6 +285,7 @@

# s.b. VS Code
# \bVSCode\b # disabled due to false positive
\bVScode\b

# s.b. LinkedIn
\bLinked In\b
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/spelling/reject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Sorce
^untilling$
^wether.*
\w*(?<!right-)click
deets
organisation

Check warning on line 15 in .github/actions/spelling/reject.txt

View workflow job for this annotation

GitHub Actions / Run spell check

No newline at eof. (no-newline-at-eof)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Parameters

Licensor: Mondoo, Inc. (“Mondoo”)
Licensed Work(s): install scripts version 8.29.0 and
later. The Licensed Work is (c) 2023 Mondoo, Inc.
later. The Licensed Work is (c) 2024 Mondoo, Inc.
Additional Use Grant: You may use, distribute or host the Licensed Work in
your own or your direct customers’ production
environment, provided that such use, distribution or
Expand Down

0 comments on commit 79fc6e7

Please sign in to comment.