docs(connectors): document the Aqua per-branch deduplication setting - #15917
Open
svader0 wants to merge 2 commits into
Open
docs(connectors): document the Aqua per-branch deduplication setting#15917svader0 wants to merge 2 commits into
svader0 wants to merge 2 commits into
Conversation
…dedupe setting The connector re-applies its configured value on every branch resolve, so a value an admin sets by hand on a branch engagement is reset on the next sync. Before this feature the connector never touched the flag after creating the engagement, so the hand-set value stuck. The docs now say which side owns the setting.
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.
Description
Documents the new Separate Deduplication Per Branch setting on the Aqua Supply Chain connector page, and notes in the branch-handling section that the default cross-branch duplicate marking can be turned off with it. The new section states what the setting does, that it needs Track Scanned Branches and deduplication enabled, that a change applies on the next sync to the branches that sync imports, and that findings already marked as duplicates keep that mark.
Test results
npm run build -- --environment developmentindocs/); the page renders at/connectors/toolreference/aqua_supply_chain/.Documentation
This PR is the documentation.
Checklist
devdev(feature, not a bugfix)