CircleCI Integration
Introduction
Using the installation script
jobs:
build:
steps:
- run:
name: Install Xygeni scanner
command: >
curl -L https://get.xygeni.io/latest/scanner/install.sh |
/bin/bash -s -- -o -t $XYGENI_TOKEN
- run:
name: Scan for issues
command: >
$HOME/xygeni_scanner/xygeni scan
-n $PROJECT_NAME
--dir $PROJECT_HOMEUsing the docker image
Last updated