Skip to content

Commit

Permalink
Add sonarqube.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed May 16, 2024
1 parent ca51dfb commit c9c2817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .sonarlint/connectedMode.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sonarQubeUri": "https://elastic.agile-dev.de",
"projectKey": "supply-chain-security"
"projectKey": "supplychainsecurity"
}
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.9</version>
</plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.9.1.2184</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit c9c2817

Please sign in to comment.