mirror of
https://github.com/bitwarden/server.git
synced 2025-01-31 23:21:22 +01:00
Removed unnecessary github token (#5259)
This commit is contained in:
parent
82508fb7a9
commit
0645f51b65
1
.github/workflows/scan.yml
vendored
1
.github/workflows/scan.yml
vendored
@ -80,7 +80,6 @@ jobs:
|
|||||||
- name: Scan with SonarCloud
|
- name: Scan with SonarCloud
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
dotnet-sonarscanner begin /k:"${{ github.repository_owner }}_${{ github.event.repository.name }}" \
|
dotnet-sonarscanner begin /k:"${{ github.repository_owner }}_${{ github.event.repository.name }}" \
|
||||||
/d:sonar.test.inclusions=test/,bitwarden_license/test/ \
|
/d:sonar.test.inclusions=test/,bitwarden_license/test/ \
|
||||||
|
Loading…
Reference in New Issue
Block a user