Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NoEnv/docker-sonar-scanner
Sonar Scanner as Docker Image
https://github.com/NoEnv/docker-sonar-scanner
css docker html java javascript kotlin node npm openjdk scanner sonarqube typescript
Last synced: about 1 month ago
JSON representation
Sonar Scanner as Docker Image
- Host: GitHub
- URL: https://github.com/NoEnv/docker-sonar-scanner
- Owner: NoEnv
- License: mit
- Created: 2020-11-23T08:53:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:45:42.000Z (2 months ago)
- Last Synced: 2024-11-21T20:32:27.198Z (about 1 month ago)
- Topics: css, docker, html, java, javascript, kotlin, node, npm, openjdk, scanner, sonarqube, typescript
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Pulls](https://badgen.net/docker/pulls/noenv/sonar-scanner)](https://hub.docker.com/r/noenv/sonar-scanner)
[![Quay.io Enabled](https://badgen.net/badge/quay%20pulls/enabled/green)](https://quay.io/repository/noenv/sonar-scanner)
[![build](https://github.com/NoEnv/docker-sonar-scanner/actions/workflows/build.yml/badge.svg)](https://github.com/NoEnv/docker-sonar-scanner/actions/workflows/build.yml)## docker-sonar-scanner
#### Description
SonarQube Scanner as Docker Image.
#### Run
most simple way of running the container
docker run --rm -v /:/data noenv/sonar-scanner sonar-scanner
more advanced way (including custom properties and java tls trust store override)
docker run --rm -v //sonar-scanner.properties:/sonar-scanner/conf/sonar-scanner.properties \
-v /:/data noenv/sonar-scanner sonar-scanner -Dsonar.sources= \
-Dsonar.projectKey= -Dsonar.exclusions=#### Source
https://github.com/noenv/docker-sonar-scanner