Skip to content

Commit

Permalink
Try another combination of config
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf committed Feb 2, 2024
1 parent 205996c commit 808626a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=secureCodeBox_defectdojo-client-java
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<project.build.version.source>17</project.build.version.source>
<project.build.version.target>17</project.build.version.target>
<sonar.organization>iosecurecodebox</sonar.organization>
<sonar.projectKey>secureCodeBox_defectdojo-client-java</sonar.projectKey>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.jacoco.reportPaths>${project.build.directory}/jacoco.exec</sonar.jacoco.reportPaths>

Expand Down

0 comments on commit 808626a

Please sign in to comment.