https://github.com/opendevstack/ods-pipeline-sonar
ODS Pipeline tasks for SonarQube scanning
https://github.com/opendevstack/ods-pipeline-sonar
openshift pipelines sonarqube tekton
Last synced: 5 months ago
JSON representation
ODS Pipeline tasks for SonarQube scanning
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-sonar
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-09-22T06:53:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T14:39:19.000Z (about 2 years ago)
- Last Synced: 2025-01-25T00:20:10.942Z (11 months ago)
- Topics: openshift, pipelines, sonarqube, tekton
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ods-pipeline-sonar
[](https://github.com/opendevstack/ods-pipeline-sonar/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to run the SonarQube scanner.
## Usage
```yaml
tasks:
- name: scan
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-sonar.git }
- { name: revision, value: v0.2.1 }
- { name: pathInRepo, value: tasks/scan.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```
See the [documentation](https://github.com/opendevstack/ods-pipeline-sonar/blob/main/docs/scan.adoc) for prerequisites, details and available parameters.
## About this repository
`docs` and `tasks` are generated directories from recipes located in `build`. See the `Makefile` target for how everything fits together.