feat(worker): use GHCR images for all security tool components | ENG-167#272
Merged
feat(worker): use GHCR images for all security tool components | ENG-167#272
Conversation
Migrate all tool container image references from third-party registries (Docker Hub, upstream GHCR) to our own ghcr.io/shipsecai/ registry for improved reliability and version pinning. Images updated: - subfinder: projectdiscovery/subfinder → ghcr.io/shipsecai/subfinder - dnsx: projectdiscovery/dnsx → ghcr.io/shipsecai/dnsx - httpx: projectdiscovery/httpx → ghcr.io/shipsecai/httpx - naabu: projectdiscovery/naabu → ghcr.io/shipsecai/naabu - notify: projectdiscovery/notify → ghcr.io/shipsecai/notify - amass: owaspamass/amass → ghcr.io/shipsecai/amass - trufflehog: trufflesecurity/trufflehog → ghcr.io/shipsecai/trufflehog - prowler: prowlercloud/prowler → ghcr.io/shipsecai/prowler - opencode: ghcr.io/anomalyco/opencode → ghcr.io/shipsecai/opencode Signed-off-by: Aseem Shrey <LuD1161@users.noreply.github.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.
Summary
ghcr.io/shipsecai/registryImages Updated
projectdiscovery/subfinder:v2.12.0ghcr.io/shipsecai/subfinder:v2.12.0projectdiscovery/dnsx:v1.2.2ghcr.io/shipsecai/dnsx:v1.2.2projectdiscovery/httpx:v1.7.4ghcr.io/shipsecai/httpx:v1.7.4projectdiscovery/naabu:v2.3.7ghcr.io/shipsecai/naabu:v2.3.7projectdiscovery/notify:v1.0.7ghcr.io/shipsecai/notify:v1.0.7owaspamass/amass:v5.0.1ghcr.io/shipsecai/amass:v5.0.1trufflesecurity/trufflehog:v3.92.1ghcr.io/shipsecai/trufflehog:v3.93.1prowlercloud/prowler:5.14.2ghcr.io/shipsecai/prowler:5.14.2ghcr.io/anomalyco/opencodeghcr.io/shipsecai/opencode:1.1.53Already on GHCR (unchanged): nuclei, shuffledns-massdns, supabase-scanner
Files Changed (20 files)
security.mdx,component-development.mdx,worker/README.mdupdatedscratch/opencode-mcp-test/run_test.shupdatedTest plan