-
Notifications
You must be signed in to change notification settings - Fork 18
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
Re-upload: fix ssh ClientAliveCountMax check #461 #467
Conversation
…ty.mql.yaml Signed-off-by: Manuel Weber <[email protected]>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Manuel Weber <[email protected]>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Manuel Weber <[email protected]>
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionaryThis includes both expected items (198) from .github/actions/spelling/expect.txt and unrecognized words (0)
Consider adding them (in with:
extra_dictionaries: |
cspell:node/dict/node.txt
cspell:k8s/dict/k8s.txt
cspell:php/dict/php.txt
cspell:django/dict/django.txt
cspell:golang/dict/go.txt To stop checking additional dictionaries, add (in check_extra_dictionaries: '' Forbidden patterns 🙅 (1)In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: find spaces before a comma
If the flagged items are false positivesIf items relate to a ...
|
@@ -1318,7 +1318,7 @@ queries: | |||
- uid: mondooLinuxSecurityAuditFiles | |||
title: Return the content from all /etc/audit/rules.d and /etc/audit/audit.rules | |||
mql: | | |||
mondooLinuxSecurityAuditFiles = files.find(from: "/etc/audit/rules.d",regex:'.*\.rules$', type: "file").list.map(path) + ["/etc/audit/audit.rules"] | |||
mondooLinuxSecurityAuditFiles = files.find(from: "/etc/audit/rules.d",regex:'.*\.rules$' , type: "file").list.map(path) + ["/etc/audit/audit.rules"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, having a space before a comma reads not well.
replaced by #469 |
No description provided.