-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Unlike other Go projects, the gitleaks build process involves multiple quirks that break the ordinary, intuitive Go build workflow.
Describe the solution you'd like
- Synchronize the VCS repository name with the Go module name.
- Reduce use of LDFLAGS customizations, so that a simple
go install ./...in the project top level directory is able to compile the gitleaks binary and add it to$GOPATH/bin, orgo install <module>@latestfrom any working directory.
Describe alternatives you've considered
Mend, SonarQube, Snyk, Checkmarx
cc @zricethezav
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request