tests/ci: add sonarqube scan

Adding sonarqube scan to the pipeline.
This commit is contained in:
Jakub Rusz 2021-11-19 09:50:15 +01:00 committed by Alexander Todorov
parent 597759c18f
commit 8bc4bff80c
4 changed files with 50 additions and 1 deletions

View file

@ -75,6 +75,17 @@ OSTree Images:
- aws/rhel-9.0-nightly-x86_64
INTERNAL_NETWORK: "true"
SonarQube:
stage: test
extends: .terraform
script:
- schutzbot/sonarqube.sh
parallel:
matrix:
- RUNNER:
- aws/centos-stream-8-x86_64
INTERNAL_NETWORK: "true"
finish:
stage: finish
tags: