/envhunter

envhunter is a static analysis tool for go code that hunts down references to environment variables

Primary LanguageGoMIT LicenseMIT

Go

envhunter is a static analysis tool for go code that hunts down references to environment variables.

Installation

go install github.com/wayneashleyberry/envhunter@latest

Usage

envhunter ./...

Supported Functions