tests/ci: add sonarqube scan
Adding sonarqube scan to the pipeline.
This commit is contained in:
parent
597759c18f
commit
8bc4bff80c
4 changed files with 50 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue