File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : SonarCloud Scan
2
+ on :
3
+ pull_request_target :
4
+ jobs :
5
+ sonarcloud :
6
+ name : SonarCloud
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - name : Checkout repo
10
+ uses : actions/checkout@v2
11
+ with :
12
+ ref : ${{ github.event.pull_request.head.ref }}
13
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
14
+ fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
15
+ - name : SonarCloud Scan
16
+ uses : SonarSource/sonarcloud-github-action@master
17
+ env :
18
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
19
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# TITLE
2
2
3
+ [ ![ License: UPL] ( https://img.shields.io/badge/license-UPL-green )] ( https://img.shields.io/badge/license-UPL-green ) [ ![ Quality gate] ( https://sonarcloud.io/api/project_badges/quality_gate?project=oracle-devrel_test )] ( https://sonarcloud.io/dashboard?id=oracle-devrel_test )
4
+
5
+
3
6
## Introduction
4
7
MISSING
5
8
@@ -21,6 +24,6 @@ This project is open source. Please submit your contributions by forking this r
21
24
## License
22
25
Copyright (c) 2021 Oracle and/or its affiliates.
23
26
24
- Licensed under the Universal Permissive License 1.0.
27
+ Licensed under the Universal Permissive License (UPL), Version 1.0.
25
28
26
29
See [ LICENSE] ( LICENSE ) for more details.
You can’t perform that action at this time.
0 commit comments