Skip to content

Commit b5c75ca

Browse files
do not create html and excel file
1 parent 8f1ef12 commit b5c75ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
unzip tvdcc-$COP.zip -d .
2424
wget -P tvdcc-$COP/plugin/ https://github.com/Trivadis/plsql-cop-validators/releases/download/v$VALIDATOR/sonar-plsql-cop-custom-validators-plugin-$VALIDATOR.jar
2525
echo $TVDCC_LIC | base64 -d > tvdcc-$COP/tvdcc.lic
26-
tvdcc-$COP/tvdcc.sh path=docs skip=none validator=com.trivadis.tvdcc.validators.TrivadisGuidelines3Plus
26+
tvdcc-$COP/tvdcc.sh path=docs skip=none html=false excel=false validator=com.trivadis.tvdcc.validators.TrivadisGuidelines3Plus
2727
env:
2828
TVDCC_LIC: ${{ secrets.TVDCC_LIC }}
2929
- name: SonarCloud Scan

0 commit comments

Comments
 (0)