Skip to content

Commit 92f077e

Browse files
committed
Update changelog
1 parent 0907fc6 commit 92f077e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.3.2 (2025-01-22)
2+
3+
- Update severity mapping.
4+
5+
16
## v0.3.1 (2024-07-31)
27

38
- Update plugin meta info.

plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: "sonarqube"
22
repository: github.com/umax/trivy-plugin-sonarqube
3-
version: "0.3.1"
3+
version: "0.3.2"
44
maintainer: umax
55
summary: "Convert Trivy JSON report to SonarQube format"
66
description: |-
77
A Trivy plugin that converts JSON report to SonarQube compatible format (https://docs.sonarqube.org/latest/analysis/generic-issue/).
88
Usage: trivy sonarqube TRIVY-REPORT > SONARQUBE-REPORT
99
platforms:
10-
- uri: https://github.com/umax/trivy-plugin-sonarqube/releases/download/v0.3.1/trivy-sonarqube.tar.gz
10+
- uri: https://github.com/umax/trivy-plugin-sonarqube/releases/download/v0.3.2/trivy-sonarqube.tar.gz
1111
bin: sonarqube.py

0 commit comments

Comments
 (0)