Tekton task for use with ODS Pipeline to run the SonarQube scanner.
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 for prerequisites, details and available parameters.
docs
and tasks
are generated directories from recipes located in build
. See the Makefile
target for how everything fits together.