Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
sonar-quality-gates-checker sonar-quality-gates-checker
Check Quality Gates from Sonarqube or Sonarcloud
arguments
returns
check_quality_gates:
type: sonar-quality-gates-checker
arguments:
SONAR_TOKEN: '${{MY_SONAR_TOKEN}}'
SONAR_PROJECT_KEY: '${{MY_SONAR_PROJECT}}'