Skip to content

Commit

Permalink
excluding dockerfile from scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciaM1 committed May 23, 2024
1 parent 9b7182d commit a7522e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ jobs:
run: |
mvn sonar:sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.projectKey=pagopa_atm-layer-model \
-Dsonar.organization=pagopa -Dsonar.java.binaries=src/main \
-Dsonar.coverage.jacoco.xmlReportPaths=../atm-layer-model/target/jacoco-report/jacoco.xml -Pcoverage
-Dsonar.coverage.jacoco.xmlReportPaths=../atm-layer-model/target/jacoco-report/jacoco.xml -Pcoverage \
-Dsonar.exclusions=src/main/java/it/gov/pagopa/atmlayer/service/model/docker/Dockerfile.native

0 comments on commit a7522e2

Please sign in to comment.