BED-9542: remove deprecated org from urls - #208
Merged
Conversation
Update the Go module declaration, internal imports, build commands, documentation, contributor metadata, and OCI image metadata to use the new repository path. ref: BED-9542
Ensure that go builds the binary consistent with the old binary - azurehound and azurehound.exe ref: BED-9542
AH has been silently publish docker images to ghcr in the deprecated bloodhoundad org. This ppints the image push to the SpecterOps org instead. ref: BED-9542
|
Important Review skippedToo many files! This PR contains 284 files, which is 134 over the limit of 150. To get a review, reduce the PR to 150 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (284)
You can disable this status message by setting the Comment |
codemonkey2841
marked this pull request as ready for review
September 1, 2026 14:14
lrfalslev
reviewed
Sep 1, 2026
lrfalslev
approved these changes
Sep 1, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Updates AzureHound’s canonical repository and Go module path from github.com/bloodhoundad/azurehound to github.com/SpecterOps/AzureHound.
This includes source imports, build commands, documentation, contributor metadata, container metadata, and GitHub Actions workflows. It also stops publishing container images to the deprecated bloodhoundad GHCR organization.
Motivation and Context
The AzureHound repository now belongs to the SpecterOps organization, but references continued to use the previous organization and module path. In particular, the build and release workflows were still publishing images to ghcr.io/bloodhoundad/azurehound.
The module-path change also affects Go’s default binary name. Build commands now specify output names explicitly to preserve the existing azurehound and azurehound.exe artifacts.
Resolves: BED-9542
What Changed
Impact
Testing