-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spellcheck GH Action to the latest (#270)
sync the config as well Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
9 changed files
with
46 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,3 @@ Sorce | |
^untill$ | ||
^untilling$ | ||
^wether.* | ||
\w*(?<!right-)click | ||
press |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,12 @@ jobs: | |
steps: | ||
- name: check-spelling | ||
id: spelling | ||
uses: check-spelling/[email protected].21 | ||
uses: check-spelling/[email protected].22 | ||
with: | ||
suppress_push_for_open_pull_request: 1 | ||
checkout: true | ||
post_comment: 0 | ||
dictionary_source_prefixes: '{"mondoo": "https://raw.githubusercontent.com/mondoohq/spellcheck-dictionary/main/", "cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20220816/dictionaries/"}' | ||
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:filetypes/filetypes.txt | ||
|
@@ -47,7 +47,7 @@ jobs: | |
if: (success() || failure()) && needs.spelling.outputs.followup | ||
steps: | ||
- name: comment | ||
uses: check-spelling/[email protected].21 | ||
uses: check-spelling/[email protected].22 | ||
with: | ||
checkout: true | ||
task: ${{ needs.spelling.outputs.followup }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ policies: | |
docs: | ||
desc: "## Overview\n\nMondoo OpenSSL VMware vCenter Policy checks for vulnerable vCenter/ESXi configuration. It should be used in combination with the Platform Vulnerability Policy to identify missing patches.\n\n### Run policy\n\nTo run this policy against VMware vCenter:\n\n```bash\ncnspec scan vsphere [email protected]@192.168.5.24 --ask-pass -f core/mondoo-vmware-vulnerability.mql.yaml\n```\n\n## Join the community!\n\nOur goal is to build policies that are simple to deploy, accurate, and actionable. \n\nIf you have any suggestions on how to improve this policy, or if you need support, [join the community](https://github.com/orgs/mondoohq/discussions) in GitHub Discussions.\n" | ||
groups: | ||
- title: VMWare ESXi | ||
- title: VMware ESXi | ||
filters: asset.platform == "vmware-esxi" | ||
checks: | ||
- uid: mondoo-vmware-vulnerability-slpd-not-running | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters