build: Refactor Dockerfile to utilize official images for most Go too…#14
Open
pi-2r wants to merge 1 commit intozakirkun:mainfrom
Open
build: Refactor Dockerfile to utilize official images for most Go too…#14pi-2r wants to merge 1 commit intozakirkun:mainfrom
pi-2r wants to merge 1 commit intozakirkun:mainfrom
Conversation
…ls and add a Makefile for development and Docker automation.
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.
This pull request introduces significant improvements to the Docker build process for the Guardian CLI and adds a new
Makefileto streamline development and deployment tasks. The Dockerfile is refactored to use official binaries for most Go-based security tools, improving reliability and reducing build complexity. Additionally, aMakefileis introduced to automate common workflows such as environment setup, dependency management, linting, testing, and Docker operations.Dockerfile refactor and improvements:
httpx,subfinder,nuclei,gobuster,amass,gitleaks), and to build onlyffuffrom source, simplifying the build process and improving reliability. [1] [2]gcompatto the list of installed packages to ensure compatibility with Go binaries in the Alpine-based image. [1] [2]Development workflow enhancements:
Makefileto automate environment setup, dependency installation, code formatting, linting, testing, Docker build/run, and CLI execution, making development and deployment more efficient and standardized.