Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 492 Bytes

File metadata and controls

19 lines (13 loc) · 492 Bytes

AWS Lambda Java Scan Example

Getting Started

  1. Change directory to the project folder:

    cd hello-lambda
  2. Run SonarScanner for Maven:

    mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar ....
  3. Follow any additional instructions from the SonarQube UI for project setup, authentication, or analysis results.


For more details, refer to the official SonarQube documentation or the UI prompts during your first scan.