Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnswamy committed Feb 15, 2024
1 parent a1b6cf6 commit a4636c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Triggering SonarQube analysis as results of it are required by Quality Gate check.
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
uses: opsverseio/sonarqube-quality-gate-action@0.1.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
Expand All @@ -47,7 +47,7 @@ jobs:
# Check the Quality Gate status.
- name: SonarQube Quality Gate check
id: sonarqube-quality-gate-check
uses: sonarsource/sonarqube-quality-gate-action@master
uses: opsverseio/sonarqube-quality-gate-action@0.1.0
# Force to fail step after specific time.
timeout-minutes: 5
env:
Expand Down Expand Up @@ -76,7 +76,7 @@ Example usage:

```yaml
- name: SonarQube Quality Gate check
uses: sonarsource/sonarqube-quality-gate-action@master
uses: opsverseio/sonarqube-quality-gate-action@0.1.0
with:
scanMetadataReportFile: target/sonar/report-task.txt
```
Expand Down

0 comments on commit a4636c7

Please sign in to comment.