diff options
author | Luca Muscariello <muscariello@ieee.org> | 2022-08-08 13:55:31 +0200 |
---|---|---|
committer | Luca Muscariello <muscariello@ieee.org> | 2022-08-10 13:11:09 +0000 |
commit | fb2f16dd7bec77eed4cc9a982890409c29445ab4 (patch) | |
tree | 4db78ba4f6244e186537c207ead6a9851cc6253d /scripts/docker-compose-sonar.yml | |
parent | 012843b1c0bc0838e69085ed83a79ec8b6f97360 (diff) |
feat: Sonarcloud
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Change-Id: I2da6c9dfa1d05968555e8f43176de6a0ab37892e
Diffstat (limited to 'scripts/docker-compose-sonar.yml')
-rw-r--r-- | scripts/docker-compose-sonar.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/docker-compose-sonar.yml b/scripts/docker-compose-sonar.yml new file mode 100644 index 000000000..310107241 --- /dev/null +++ b/scripts/docker-compose-sonar.yml @@ -0,0 +1,13 @@ +version: "3" +services: + sonar: + build: + context: ../ + dockerfile: scripts/Dockerfile.sonarcloud + container_name: sonarcloud + hostname: sonarcloud + volumes: + - ..:/workspace + command: + - | + /workspace/scripts/build-sonar.sh
\ No newline at end of file |