From 65f62a9477f157c536d3ef1ed4cbcbe8d559628c Mon Sep 17 00:00:00 2001 From: Alexis POYEN <apoyen@grandlyon.com> Date: Wed, 2 Sep 2020 10:02:20 +0200 Subject: [PATCH] Doc : describe project objectives and how it's made --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec4b8fe..7c99d00 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# sonnar-scanner-GL +# Sonar-scanner-GL -Build a Grand Lyon sonnar-scanner image \ No newline at end of file +This project has for aim to build a sonar scanner container image with packages necessary for a complete analysis. + +For exemple the image embark the GO package for coverage test on GOlang developement. + +This image is inspired by the image [skilldlabs/sonar-scanner](https://hub.docker.com/r/skilldlabs/sonar-scanner/tags). +The Dockerfile was inspired and adapted from [this one](https://github.com/skilld-labs/sonar-scanner/blob/34-40-jdk/Dockerfile.sonarscanner-4.0.0-alpine) and by getting the latest sonar scanner version \ No newline at end of file -- GitLab