Skip to content

Commit

Permalink
chore: codescan: update sonarqube yml to use input rather than env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold authored Jul 26, 2023
1 parent c6bcec2 commit b76753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- name: Analyze with SonarQube
uses: SonarSource/sonarqube-scan-action@master
env:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit b76753d

Please sign in to comment.