Skip to content

Commit 8461ee5

Browse files
committed
Remove SonarCloud integration
1 parent 3db3339 commit 8461ee5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Run lint or test (optional)
2626
run: echo "No tests defined yet"
2727

28-
- name: SonarCloud Analysis
29-
uses: sonarsource/[email protected]
30-
with:
31-
token: ${{ secrets.SONAR_TOKEN }}
32-
env:
33-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28+
# - name: SonarCloud Analysis
29+
# uses: sonarsource/[email protected]
30+
# with:
31+
# token: ${{ secrets.SONAR_TOKEN }}
32+
# env:
33+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3434

3535
- name: Run Snyk to check for vulnerabilities
3636
uses: snyk/actions/node@master

0 commit comments

Comments
 (0)