File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ - feature/**
7
+ - bugfix/**
6
8
pull_request :
7
9
types : [opened, synchronize, reopened]
8
10
jobs :
13
15
- uses : actions/checkout@v2
14
16
with :
15
17
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
18
+ - name : db* CODECOP Issues
19
+ run : |
20
+ export COP=4.3.0
21
+ export VALIDATOR=4.3.0
22
+ wget https://github.com/Trivadis/plsql-cop-cli/releases/download/v$COP/tvdcc-$COP.zip
23
+ unzip tvdcc-$COP.zip -d .
24
+ wget -P tvdcc-$COP/plugin/ https://github.com/Trivadis/plsql-cop-validators/releases/download/v$VALIDATOR/sonar-plsql-cop-custom-validators-plugin-$VALIDATOR.jar
25
+ echo $TVDCC_LIC | base64 -d > tvdcc-$COP/tvdcc.lic
26
+ tvdcc-$COP/tvdcc.sh path=docs skip=none html=false excel=false validator=com.trivadis.tvdcc.validators.TrivadisGuidelines3Plus
27
+ env :
28
+ TVDCC_LIC : ${{ secrets.TVDCC_LIC }}
16
29
- name : SonarCloud Scan
17
30
uses : SonarSource/sonarcloud-github-action@master
18
31
env :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sonar.sources=docs
15
15
# sonar.sourceEncoding=UTF-8
16
16
17
17
# File in Genric Issue Import Format produced by db* CODECOP CLI
18
- # sonar.externalIssuesReportPaths=tvdcc_report.json
18
+ sonar.externalIssuesReportPaths =tvdcc_report.json
19
19
20
20
# Change the default list of suffixes for the SonarPLSQL plugin in https://sonarcloud.io
21
21
sonar.plsql.file.suffixes =md
You can’t perform that action at this time.
0 commit comments