You can run the CI Agent locally and in your CI/CD pipeline.
Follow these steps to run the CI Agent locally:
Get the required token as shown in Install the CI Agent to break the build.
Pull the Docker image:
docker pull fluidattacks/forces:latest
Run the container with the command below, where <your-token>
is the token you generated in step 1.
docker run --rm -ti fluidattacks/forces:latest forces --strict –-breaking 7.0 --token <your-token>
Now that you have learned the basics to secure your software with Fluid Attacks, you can spare some time to learn more about the platform.