diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75237d95a91652fb0e29b415b900545eb4fb9fda..5d0f39d707e958e1eaeb51578792889bdfec56dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -715,7 +715,7 @@ verify-images: - "wget -O /usr/local/sbin/regctl https://github.com/regclient/regclient/releases/download/v${REGCLIENT_VERSION}/regctl-linux-amd64" - "chmod +x /usr/local/sbin/regctl" script: - - bash ./.gitlab/check-unsupported-images.sh + - bash ./.gitlab/check-supported-images.sh scan-sonarqube: image: sonarsource/sonar-scanner-cli:${SONARQUBE_VERSION}