There are many CI/CD systems, we can enumerate Jenkins, Hudson, Bamboo and many others.
To integrate scanyp to a CI/CD system you have just to call the scanyp agent from the pipeline
scanyp.exe --input C:\work\MyJavaProject --identifier MyJavaProject
The agent will return a failure result if a quality threshold failed. The tresholds could be configured as described here.
After the analysis is done the report could be added to the CI/CD system by accessing to an external URL, the url of the report could be retreived from the scanyp dashbord result.