Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

elsevier-research/docker-python-sonar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

To run Terraform commands, you can mount your project in a volume under /app.

docker run -ti --rm -v $PWD:/app 1science/python-sonar:3.6 sonar-scanner \
     -Dsonar.projectKey=<project-key> \
     -Dsonar.organization=<org> \
     -Dsonar.sources=. \
     -Dsonar.host.url=https://sonarcloud.io \
     -Dsonar.login=<token>

Build

This project is configured as an automated build in Dockerhub.

Each branch give the related image tag.

License

All the code contained in this repository, unless explicitly stated, is licensed under ISC license.

A copy of the license can be found inside the LICENSE file.

About

Docker container for python 3 with sonar

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published