Skip to content

Commit

Permalink
Update spellcheck config
Browse files Browse the repository at this point in the history
Sync in the latest updates

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 27, 2024
1 parent 6945173 commit d699661
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
28 changes: 18 additions & 10 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
#

# s.b. Mondoo Platform
\sthe Mondoo Platform\b
\sMondoo platform\b
\bthe Mondoo Platform\b
\bMondoo platform\b

# s.b. Compliance Hub
\b[Cc]ompliance hub\b
Expand All @@ -69,6 +69,9 @@
# Industry Terms
#

# s.b. NetFlow
\bNetflow\b

# s.b. Side scanning
\b[Ss]idescanning\b

Expand Down Expand Up @@ -103,6 +106,9 @@
# Product Names
#

# s.b. Cloudflare
\bCloudFlare\b

# s.b. Memcached
\bMemCached\b

Expand Down Expand Up @@ -169,6 +175,10 @@
# s.b. AlmaLinux
\bAlma Linux\b

# s.b. CloudLinux
\bCloud Linux\b
\bCloudlinux\b

# s.b. openSUSE
\bOpenSUSE\b

Expand Down Expand Up @@ -229,10 +239,9 @@
\bService Now\b
\bServicenow\b

# disabled due to docs false positives
# s.b. name server
# \bnameserver\b
# \bnameservers\b
\bnameserver\b
\bnameservers\b

#
# Kubernetes Terms
Expand Down Expand Up @@ -314,7 +323,7 @@
\bbitLocker\b

# s.b. VS Code
# \bVSCode\b # disabled due to false positive
# \bVSCode\b false positives on vscode package name in readme
\bVScode\b

# s.b. LinkedIn
Expand Down Expand Up @@ -379,7 +388,7 @@
# s.b. CloudShell
# we can't check for Cloud Shell since that's what Azure calls it
\bCloudshell\b
# cloudshell results in false positives
\bcloudshell\b

# s.b. CloudTrail
\bCloudtrail\b
Expand Down Expand Up @@ -524,10 +533,9 @@
# s.b. Cloud Functions
\bCloud functions\b

# disabled for now in this repo due to false positives
# s.b. Cloud Run
# \bCloudRun\b
# \bCloud run\b
\bCloudRun\b
\bCloud run\b

# s.b. Cloud SQL
\bCloudSQL\b
Expand Down
1 change: 1 addition & 0 deletions .github/actions/spelling/reject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Sorce
\w*(?<!right-)click
deets
organisation

12 changes: 6 additions & 6 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "CLA Assistant & License Check"
name: "CLA Assistant"
on:
issue_comment:
types: [created]
Expand All @@ -17,11 +17,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/mondoohq/.github/blob/master/CLA.md'
custom-pr-sign-comment: 'I have read the Mondoo CLA Document and I hereby sign the CLA'
custom-notsigned-prcomment: 'Thank you for your submission, we really appreciate it. Before we can accept your contribution, we ask that you sign the [Mondoo Contributor License Agreement](https://github.com/mondoohq/.github/blob/master/CLA.md). You can sign the CLA by adding a new comment to this pull request and pasting exactly the following text.'
path-to-signatures: "signatures/version1/cla.json"
path-to-document: "https://github.com/mondoohq/.github/blob/master/CLA.md"
custom-pr-sign-comment: "I have read the Mondoo CLA Document and I hereby sign the CLA"
custom-notsigned-prcomment: "Thank you for your submission. We really appreciate it. Before we can accept your contribution, we ask that you sign the [Mondoo Contributor License Agreement](https://github.com/mondoohq/.github/blob/master/CLA.md). You can sign the CLA by adding a new comment to this pull request and pasting exactly the following text."
remote-repository-name: cla
remote-organization-name: mondoohq
branch: 'main'
branch: "main"
allowlist: mondoo-tools,github-actions[bot],dependabot[bot]
4 changes: 2 additions & 2 deletions packages/msi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is home to the Mondoo MSI builder, which takes the cnquery and cnspec binaries
and merges them into a single MSI package, signed, sealed and delivered.

# Required Secrets
## Required Secrets

- MSI_SIGNING_CERT: The base64 encoded [Digicert Code Signing Certificate](https://www.digicert.com/signing/code-signing-certificates)
- MSI_SIGNING_CERT: The base64 encoded [DigiCert Code Signing Certificate](https://www.digicert.com/signing/code-signing-certificates)
- MSI_SIGNING_PASSWORD: Password protecting the certificate

0 comments on commit d699661

Please sign in to comment.