We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db3339 commit 8461ee5Copy full SHA for 8461ee5
.github/workflows/ci-cd.yml
@@ -25,12 +25,12 @@ jobs:
25
- name: Run lint or test (optional)
26
run: echo "No tests defined yet"
27
28
- - name: SonarCloud Analysis
29
- uses: sonarsource/[email protected]
30
- with:
31
- token: ${{ secrets.SONAR_TOKEN }}
32
- env:
33
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ # - name: SonarCloud Analysis
+ # uses: sonarsource/[email protected]
+ # with:
+ # token: ${{ secrets.SONAR_TOKEN }}
+ # env:
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
34
35
- name: Run Snyk to check for vulnerabilities
36
uses: snyk/actions/node@master
0 commit comments