zotoio/github-task-manager

View on GitHub
.githubTaskManager.json

Summary

Maintainability
Test Coverage

{
  "pull_request": {
    "tasks": [
      {
        "executor": "DockerSonar",
        "context": "Scan PR",
        "options": {
          "env": {
            "BUILD_TYPE": "maven",
            "SONAR_BINARIES": "target"
          }
        }
      }
    ]
  }
}