Skip to content

Commit

Permalink
chore: codescan: update sonarqube yml defer to properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold committed Jul 26, 2023
1 parent ca8da10 commit fb4c2da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args:
-Dsonar.projectKey=Octuple
-Dsonar.github.oauth=GITHUB_TOKEN
-Dsonar.host.url=SONAR_HOST_URL
-Dsonar.login=SONAR_TOKEN

0 comments on commit fb4c2da

Please sign in to comment.