Conversation
| @@ -0,0 +1,311 @@ | |||
| # Copyright Mondoo, Inc. 2024, 2026 | |||
| @@ -0,0 +1,311 @@ | |||
| # Copyright Mondoo, Inc. 2024, 2026 | |||
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (2)detokenize To accept these unrecognized words as correct, you could run the following commands... in a clone of the git@github.com:mondoohq/cnspec.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c/apply.pl' |
perl - 'https://github.com/mondoohq/cnspec/actions/runs/25115911202/attempts/1' &&
git commit -m 'Update check-spelling metadata'Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionaryThis includes both expected items (629) from .github/actions/spelling/expect.txt and unrecognized words (2)
Consider adding them (in cspell:node/dict/node.txt
cspell:python/src/common/extra.txt
cspell:php/dict/php.txt
cspell:fullstack/dict/fullstack.txt
cspell:python/src/python/python-lib.txtTo stop checking additional dictionaries, add (in check_extra_dictionaries: ""Warnings
|
| Count | |
|---|---|
| 5 |
See
If the flagged items are false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it,
try adding it to thepatterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
Summary
vllmprovider: TLS, CORS, OpenAI-compatible route auth, non-/v1inference routes, operational control routes, tokenization routes, docs/OpenAPI/version exposure, metrics/load exposure, and dev/profiler routesUpstream dependency
vllmprovider and resources.Validation
git diff --checkyqcnspec --auto-update=false policy fmt content/mondoo-vllm-security.mql.yaml --sortKnown blocker
cnspec --auto-update=false policy lint content/mondoo-vllm-security.mql.yamlcurrently fails withcannot find resource for identifier 'vllm'because the provider is not available in this checkout's MQL dependency yet.