Skip to content

Commit

Permalink
feat(openchallenges): add the task sonar to the project `openchalle…
Browse files Browse the repository at this point in the history
…nges-edam-etl` (Sage-Bionetworks#2566)
  • Loading branch information
tschaffter authored Mar 15, 2024
1 parent e530585 commit 41aa974
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
/apps/openchallenges/ @rrchai @tschaffter @vpchung
/libs/openchallenges/ @rrchai @tschaffter @vpchung

# OC DB content
# OpenChallenges
## DB content
/apps/openchallenges/challenge-service/src/main/resources/db/ @tschaffter @vpchung @gaiaandreoletti
/apps/openchallenges/organization-service/src/main/resources/db/ @tschaffter @vpchung @gaiaandreoletti

## EDAM ETL
/apps/openchallenges/edam-etl/ @mdsage1

# Schematic
/apps/schematic/ @andrewelamb @GiaJordan @linglp @mialy-defelice @milen-sage
/libs/schematic/ @andrewelamb @GiaJordan @linglp @mialy-defelice @milen-sage
Expand Down
10 changes: 9 additions & 1 deletion apps/openchallenges/edam-etl/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,20 @@
"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"
"language:python",
"package-manager:poetry"
],
"implicitDependencies": []
}

0 comments on commit 41aa974

Please sign in to comment.