Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Jul 4, 2023
1 parent cef1fa9 commit 44f3882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
run: |
docker run \
--rm \
-e SONAR_HOST_URL=https://sonar.linty-services.com \
-e SONAR_TOKEN="${{ secrets.SONARQUBE_SCANNER_FOR_PRIVATE_REPOSITORIES_TOKEN }}" \
-e SONAR_HOST_URL=https://cloud.linty-services.com \
-e SONAR_TOKEN="${{ secrets.SCANNER_LINTY_SERVICES_CLOUD_TOKEN }}" \
-e SONAR_SCANNER_OPTS="-Dsonar.qualitygate.wait=true ${{ steps.linty_analysis_parameters.outputs.value }}" \
-e GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" \
-e GITHUB_REPOSITORY_OWNER="$GITHUB_REPOSITORY_OWNER" \
-e GITHUB_REPOSITORY="$GITHUB_REPOSITORY" \
-e TABBY_CAD_LICENSE="$TABBY_CAD_LICENSE" \
-v "$PWD:/usr/src" \
lintyservices/linty-scanner:beta
lintyservices/linty-scanner:latest
env:
TABBY_CAD_LICENSE: ${{ secrets.TABBY_CAD_LICENSE }}

Expand Down

0 comments on commit 44f3882

Please sign in to comment.