Skip to content

Commit

Permalink
Create sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-avetisyan-mc committed Oct 31, 2024
1 parent 3b1b8b2 commit 81c6414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
28 changes: 0 additions & 28 deletions .github/workflow/maven-test.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: echo "Unsecure PR, must be labelled with the 'safe' label, then run the workflow again" && exit 1

- name: Build with Maven

mvn clean install
run: >-
mvn clean install -Dgpg.signature.skip=true
- name: Sonar Scan
env:
Expand All @@ -46,4 +46,3 @@ jobs:
-Dsonar.organization=mastercard -Dsonar.host.url=https://sonarcloud.io
-Dsonar.login=$SONAR_TOKEN -Dsonar.cpd.exclusions=**/OkHttp*.java
-Dsonar.exclusions=**/*.xml -Dgpg.signature.skip=true

0 comments on commit 81c6414

Please sign in to comment.