Continuous Integration Guide - foundeo/fixinator GitHub Wiki

Setting up Fixinator to scan your code for security issues every time code is committed to your ColdFusion / CFML source code repository requires the use of a Continuous Integration (CI) tool. There are many tools to choose from and we've created instructions for many of the popular tools.

Selecting a CI Tool

There are a few considerations when choosing a tool, in many cases your version control platform may have a CI tool built in. BitBucket provides Bitbucket Pipelines, GitLab has GitLab Pipelines, GitHub has Github Actions. Then there are CI tools that run standalone, examples include TravisCI, CircleCI, and Jenkins.

If you need to run CI on your own servers (not in the cloud) then you might consider using something like Jenkins or Microsoft Team Foundation Server (TFS).

Fixinator CI Integration Guides

Here are a few popular integrations, if your CI tool is not listed we'd be happy to help guide you.