docs(sensei): document inline repo association and the locate-the-file fix flow - #15794
Open
Maffooch wants to merge 2 commits into
Open
docs(sensei): document inline repo association and the locate-the-file fix flow#15794Maffooch wants to merge 2 commits into
Maffooch wants to merge 2 commits into
Conversation
…e fix flow The Sensei "Fix" flow no longer dead-ends when a finding's Asset has no linked repository. Update the fixing-findings guide to match: clicking Fix now walks the user through linking a repository inline (from a connection or by pasting a repo URL and token), choosing among several linked repositories, and pointing Sensei at the file when a finding has no usable path. Also documents fix-only repositories (linked for fixes, scanning off until enabled) and the Enable-scanning row action. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
A cloud posture finding whose account has no infrastructure-as-code repository now prompts to link one inline (same Link a Repository dialog as code findings; the cloud account is auto-detected from the finding). Add a Cloud findings subsection to the fixing-findings guide. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
[sc-14878]
Description
Updates the Sensei "Fixing Findings" guide to match the new gap-closing fix flow.
Previously, clicking Fix on a finding whose Asset had no linked repository dead-ended at a "Configure Asset" hand-off. It now walks the user through whatever Sensei still needs to open a pull request:
It also documents fix-only repositories (a repository linked at fix time is available for fixes but does not scan until scanning is enabled) and the Enable scanning row action, and updates the intro to note that fixing needs Writer while linking a new repository needs the Maintainer/Owner role.
Screenshots for each step are committed under
docs/content/sensei/images/and referenced from the page. They use seeded demo data only.Scope
Documentation only, one page (
docs/content/sensei/fixing_findings.md) plus five images. Documents the DefectDojo Pro "generic fix flow" feature; same release line.