-
Notifications
You must be signed in to change notification settings - Fork 8
Getting Started
Obtain an API Key by visiting: https://fixinator.app
If you are on a Mac with homebrew, simply run the following:
brew install commandbox
If you do not use homebrew please follow the Windows / Linux instructions below.
Download and install CommandBox. ( Installation Instructions)
CommandBox is a command line tool for CFML developers it is very powerful, fixinator uses it to write a command line tool to run scans. Learn More about CommandBox here.
First make sure you have an API key (visit https://fixinator.app ), and have installed box (also know as CommandBox, see Step 2 above for details).
Now you can install the fixinator commandbox command by running:
box install fixinator
in your Terminal or Command Prompt
You can set the API key by running the following command:
box config set modules.fixinator.api_key=YOUR_API_KEY
You can also set the API key by setting an environment variable named FIXINATOR_API_KEY
Now use the fixinator command to scan some code:
box fixinator path=/some/folder