Remove workload-scanning finding classes from cloudsec CLI/SDK help#319
Merged
Conversation
The workload scanner (agentless snapshot scanning) is not enabled in any production deployment; companion PRs remove its web UI and docs. The cloudsec CLI has no scanner-specific commands — `scan-status` is the collection-sweep status and stays — so the CLI surface to remove is the scanner-only finding classes (malware, secret, scan_finding) listed in the finding-filter help/docstrings, plus a "scanner artifact" example reason string. The canonical class list remains served dynamically by `cloudsec finding classes`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KT6t7WyXfsEfyCGahubzqa
lcbill
approved these changes
Jul 20, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to the web-app and documentation PRs removing the Workload Scanning (CWPP) surface, since the feature is not enabled in any production deployment.
The cloudsec CLI has no scanner-specific commands —
limacharlie cloudsec scan-statusreports the collection-sweep status (inventory runs), not the workload scanner, so it stays. What this PR removes is the scanner-only vocabulary baked into help text and docstrings:malware,secret,scan_findingdropped from the finding-class lists in_EXPLAIN_FINDING_LIST(commands/cloudsec.py), theget_findingsdocstring (sdk/cloudsec.py), anddoc/cli/cloud-security.md.bulk-resolveexample reason "scanner artifact" replaced with a neutral example.Kept:
scan-status(collection status),coverage_gap(CAASM), CAASMscannersource wording (third-party vuln-scanner integrations), and the dynamiccloudsec finding classescommand, which always serves the server's canonical list.Tests: full unit suite green (3653 passed).
🤖 Generated with Claude Code
https://claude.ai/code/session_01KT6t7WyXfsEfyCGahubzqa