update base image; respect sonar-project.properties

This commit is contained in:
Alexander Jank
2020-12-17 23:23:49 +00:00
parent a40c5bc8f6
commit 9b7b1d0336
2 changed files with 24 additions and 15 deletions

View File

@@ -1,11 +1,11 @@
FROM newtmitch/sonar-scanner:4.0.0-alpine
FROM newtmitch/sonar-scanner:4.5
LABEL "com.github.actions.name"="SonarQube Scan"
LABEL "com.github.actions.description"="Scan your code with SonarQube Scanner to detect bugs, vulnerabilities and code smells in more than 25 programming languages."
LABEL "com.github.actions.icon"="check"
LABEL "com.github.actions.color"="green"
LABEL version="0.0.1"
LABEL version="0.0.2"
LABEL repository="https://github.com/kitabisa/sonarqube-action"
LABEL homepage="https://kitabisa.github.io"
LABEL maintainer="dwisiswant0"