Fixinator IDE Integration - foundeo/fixinator GitHub Wiki

VSCode Integration

Fixinator in VS Code

Here's how you can setup VS Code to scan your CFML code for security vulnerabilities in with the click of a button using Fixinator

Here is an example box.json file with the scripts entry:

{
    "name":"fixinator-demo",
    "scripts": {
        "fixinator" : "fixinator severity=high"
    }
}

Once that is all setup you will be able to click the run button next to fixinator in the CommandBox Tasks menu.