Skip to content

Commit

Permalink
Add output to the SonarQube step
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-opsverse authored Feb 20, 2024
1 parent 90dda24 commit fdce970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
outputs:
sonarcloud_output: ${{ steps.sonarqube-quality-gate-check.outputs.quality-gate-status }}
sonar_quality_gate_project_status: ${{ steps.sonarqube-quality-gate-check.outputs.quality_gate_project_status }}
reliability_score: ${{ steps.fetch-reliability-rating.outputs.reliability }}
security_score: ${{ steps.fetch-security-rating.outputs.security }}

opa-reliability-gate:
name: "🚧 OPA Reliability gate"
Expand Down

0 comments on commit fdce970

Please sign in to comment.