https://github.com/7ph/sonar-scanner-jgit-reproducer
POC for the SonarScanner CLI JGit error
https://github.com/7ph/sonar-scanner-jgit-reproducer
Last synced: about 1 year ago
JSON representation
POC for the SonarScanner CLI JGit error
- Host: GitHub
- URL: https://github.com/7ph/sonar-scanner-jgit-reproducer
- Owner: 7PH
- Archived: true
- Created: 2024-06-19T22:07:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T13:37:14.000Z (almost 2 years ago)
- Last Synced: 2025-05-04T20:09:26.792Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproducer for the SonarScanner CLI JGit error
Reproduces the JGit error by scanning `sonar-scanner-azdo` without `git` installed on `Debian 12`
## How to use
1. Clone this repository
2. Copy `.env.template` to `.env` and fill in:
- the SonarScanner CLI version you want to use
- your SonarCloud token, organization and project key
3. Run `docker compose up --build`