Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 794 Bytes

forge-geiger.md

File metadata and controls

32 lines (17 loc) · 794 Bytes

forge geiger

NAME

forge-geiger - Detects usage of unsafe cheat codes in a foundry project and its dependencies.

SYNOPSIS

forge geiger [options] [path]

DESCRIPTION

Detects usage of unsafe cheat codes in a foundry project and its dependencies.

OPTIONS

--root path
    The project's root path. By default, this is the root directory of the current git repository, or the current working directory.

--check
    Run in 'check' mode. Exits with 0 if no unsafe cheat codes were found. Exits with 1 if unsafe cheat codes are detected.

--full
    Print a full report of all files even if no unsafe functions are found.

{{#include common-options.md}}

SEE ALSO

forge