Skip to content

docs: remove stale triage CSV worksheet references#597

Merged
kmcquade merged 1 commit into
masterfrom
docs/fix-triage-worksheet-refs
Jun 14, 2026
Merged

docs: remove stale triage CSV worksheet references#597
kmcquade merged 1 commit into
masterfrom
docs/fix-triage-worksheet-refs

Conversation

@kmcquade

Copy link
Copy Markdown
Collaborator

What

Removes stale references to the triage CSV worksheet from the docs. The scan command no longer emits a separate CSV worksheet — it produces the single-file HTML report and the raw JSON data file (verified against a real scan). The HTML report contains read-only triage guidance, not a fillable worksheet.

  • docs/report/triage.md: "three files" → "two files"; the triage workflow now asks reviewers to justify findings against the HTML report directly instead of filling out a CSV worksheet.
  • docs/appendices/comparison-to-other-tools.md: "(as shown in the Triage CSV worksheet)" → "(as shown in the triage guidance)".

Context

Follows the docs modernization in #595 (which removed "triage worksheet" wording from the README/overview). This finishes that cleanup for the dedicated triage page.

Known follow-up (out of scope — needs a JS rebuild)

The in-report guidance source, cloudsplaining/output/src/assets/2-triage-guidance.md, carries the same stale CSV-worksheet wording, so the rendered HTML report still tells users to "fill out the Triage CSV worksheet." Fixing that means editing the asset and rebuilding the committed Vue bundle (just build-js), which is a larger, non-docs change — worth its own PR.

🤖 Generated with Claude Code

The scan no longer emits a separate triage CSV worksheet (it produces the HTML
report and the raw JSON data file); the report contains read-only triage
guidance, not a fillable worksheet. Update the triage workflow to ask reviewers
to justify findings against the HTML report directly, and fix the comparison doc.

Follow-up (needs a JS rebuild, out of scope here): the in-report guidance asset
cloudsplaining/output/src/assets/2-triage-guidance.md carries the same stale CSV
worksheet wording.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kmcquade kmcquade merged commit e8f36c9 into master Jun 14, 2026
13 of 14 checks passed
@kmcquade kmcquade deleted the docs/fix-triage-worksheet-refs branch June 14, 2026 23:21
kmcquade added a commit that referenced this pull request Jun 14, 2026
…sh demo report) (#598)

* Remove stale triage CSV worksheet references from the in-report guidance

The HTML report's Triaging guidance still told users to attach and fill out a
"Triage CSV worksheet" that the scan no longer generates. Update the in-report
guidance asset (2-triage-guidance.md) to ask reviewers to justify findings
against the HTML report directly, and rebuild the committed Vue bundle so the
generated report reflects it.

Rebuilt with `npm run build` (not `just build-js`) to avoid regenerating example
IAM fixtures; diff is limited to the asset and the dist bundle, no fixture drift.
Mirrors the docs-site fix in #597.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Refresh the example report to embed the corrected triage guidance

Re-render index.html from the existing committed fixture and the rebuilt Vue
bundle so the demo report no longer shows the stale "Triage CSV worksheet"
wording. Used generate_example_report.py (not generate-report) to avoid
regenerating fixtures: compare-reports confirms 0 findings added/removed, and
example-iam-data.json / sampleData.js are untouched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant