Skip to content

Commit

Permalink
fix(agora): removes sonar target for agora-data (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallieswan authored Jun 27, 2024
1 parent ffc9bd5 commit 1581c11
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/agora/data/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@
"command": "trivy image ghcr.io/sage-bionetworks/{projectName}:local --quiet",
"color": true
}
},
"sonar": {
"executor": "nx:run-commands",
"options": {
"command": "bash $WORKSPACE_DIR/tools/sonar-scanner.sh --project-key {projectName} --project-dir .",
"cwd": "{projectRoot}"
}
}
},
"tags": ["type:app", "scope:backend", "language:python", "package-manager:poetry"],
Expand Down

0 comments on commit 1581c11

Please sign in to comment.