Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 649 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 649 Bytes

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