File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,6 @@ concurrency:
14
14
cancel-in-progress : true
15
15
16
16
jobs :
17
- sonarcloud :
18
- name : SonarQube Cloud
19
- runs-on : ubuntu-latest
20
- steps :
21
- - uses : actions/checkout@v4
22
- with :
23
- fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
24
- - name : SonarQube Cloud Scan
25
- uses : SonarSource/sonarcloud-github-action@master
26
- env :
27
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
28
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
29
-
30
17
tests :
31
18
name : Tests
32
19
if : ${{ ! github.event.pull_request.draft }}
72
59
uses : github/codeql-action/upload-sarif@v3
73
60
with :
74
61
sarif_file : " trivy-results.sarif"
62
+
63
+ sonarcloud :
64
+ name : SonarQube Cloud
65
+ runs-on : ubuntu-latest
66
+ steps :
67
+ - uses : actions/checkout@v4
68
+ with :
69
+ fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
70
+ - name : SonarQube Cloud Scan
71
+ uses : SonarSource/sonarcloud-github-action@master
72
+ env :
73
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
74
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
75
75
76
76
results :
77
77
name : Analysis Results
You can’t perform that action at this time.
0 commit comments