Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Oct 9, 2023
1 parent ebd85cc commit 7c6100d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ listed in the changelog.

## [Unreleased]

## [0.2.1] - 2023-10-09

### Fixed

- Fix permissions of configure-truststore script ([#4](https://github.com/opendevstack/ods-pipeline-sonar/pull/4))

## [0.2.0] - 2023-10-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-sonar.git }
- { name: revision, value: v0.2.0 }
- { name: revision, value: v0.2.1 }
- { name: pathInRepo, value: tasks/scan.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
Expand Down
4 changes: 2 additions & 2 deletions tasks/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Scans repositories using SonarQube.
See https://github.com/opendevstack/ods-pipeline-sonar/blob/vlatest/docs/scan.adoc
See https://github.com/opendevstack/ods-pipeline-sonar/blob/v0.2.1/docs/scan.adoc
params:
- name: working-dir
description: |
Expand All @@ -23,7 +23,7 @@ spec:
steps:
- name: scan-with-sonar
# Image is built from build/package/Dockerfile.scan.
image: 'ghcr.io/opendevstack/ods-pipeline-sonar/scan:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-sonar/scan:0.2.1'
env:
- name: HOME
value: '/tekton/home'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
0.2.1

0 comments on commit 7c6100d

Please sign in to comment.