-
-
Notifications
You must be signed in to change notification settings - Fork 282
[automation] Auto-update linters version, help and documentation #6516
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
Conversation
✅
|
7d8abd1 to
6d550e0
Compare
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.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| --server string Backend discovery server URL | ||
|
|
||
| Use "kubescape [command] --help" for more information about a command. | ||
| {"level":"info","ts":"2025-11-09T22:17:16Z","msg":"Received interrupt signal, exiting..."} |
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.
Bug: Help output: Internal artifact pollutes documentation.
The kubescape help output includes a JSON log message about receiving an interrupt signal with a hardcoded timestamp. This appears to be a runtime artifact accidentally captured during help text generation rather than actual documentation content, and will mislead users about the tool's normal output.
| "", | ||
| "Use \"kubescape [command] --help\" for more information about a command." | ||
| "Use \"kubescape [command] --help\" for more information about a command.", | ||
| "{\"level\":\"info\",\"ts\":\"2025-11-09T22:17:16Z\",\"msg\":\"Received interrupt signal, exiting...\"}" |
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.
Bug: Help Output Contains Unintended Log Noise
The kubescape help output includes a JSON log message about receiving an interrupt signal. This appears to be accidentally captured stderr/stdout from the tool being interrupted during help text generation, not actual help documentation. The same issue appears in docs/descriptors/kubernetes_kubescape.md at line 161.

[automation] Auto-update linters version, help and documentation
Note
Upgrade cspell to 9.3.0 and regenerate docs/helps (snakemake --mode order, kubescape help log), plus add new containerd CVEs to .trivyignore.
cspellfrom9.2.2to9.3.0(.automation/generated/linter-versions.json,docs/all_linters.md,docs/descriptors/spell_cspell.md,CHANGELOG.md).snakemakehelp: reorder--modechoices to{remote,subprocess,default}(.automation/generated/linter-helps.json,docs/descriptors/snakemake_snakemake.md).kubescapehelp: include additional interrupt log line (.automation/generated/linter-helps.json,docs/descriptors/kubernetes_kubescape.md)..trivyignorewith containerd CVEs (CVE-2024-25621,CVE-2025-52881).Written by Cursor Bugbot for commit fe6ae32. This will update automatically on new commits. Configure here.