Skip to content

Trying to add coverity scan using the linux executables

Eivind Næss requested to merge coverity into master

Update to the pipeline configuration. The project has configured the container registry to host two different images needed to build:

  • sstp-project/sstp-client/build-image
  • sstp-project/sstp-client/coverity-image

Having these pre-built prevents having 1) the CI/CD pipeline pull down ubuntu:latest and perform the apt-get install test multiple times, instead fetch from registry and use the image. 2) the coverity tools are installed on a separate image to avoid constantly pulling these down from the coverity server.

Coverity checks been enabled on master branch only.

Signed-off-by: Eivind Næss eivnaes@yahoo.com

Merge request reports