fix: disable cloning for Agent Controller and Sensor scanners - #5605
Merged
Conversation
greenbonebot
enabled auto-merge (rebase)
September 11, 2026 09:15
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5605 +/- ##
=======================================
Coverage 85.20% 85.20%
=======================================
Files 1293 1293
Lines 33774 33776 +2
Branches 10122 10124 +2
=======================================
+ Hits 28778 28780 +2
Misses 4494 4494
Partials 502 502 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
bjoernricks
force-pushed
the
fix/disable-agent-controller-cloning
branch
from
September 11, 2026 11:37
1641595 to
f38b7fb
Compare
bjoernricks
approved these changes
Sep 11, 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.
What
Why
Agent Controller scanners must use a unique host and port.
Cloning these scanners can create another scanner pointing to the same Agent Controller endpoint, which can lead to duplicate agent synchronization and inconsistent scanner-agent associations.
References
GEA-2011
Checklist