BitBucket Integration
Introduction
Using the installation script
pipelines:
default:
- parallel:
- step:
name: 'Install & run Xygeni scanner'
script:
- >
curl -L https://get.xygeni.io/latest/scanner/install.sh |
/bin/bash -s -- -o -t $XYGENI_TOKEN
- $HOME/xygeni_scanner/xygeni scan -n $PROJECT_NAME --dir $PROJECT_HOMEUsing the docker image
Last updated