From 3f4d1aac893e0c482825515030ad2b6aa04cd930 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 11 Jun 2021 18:58:04 +0000 Subject: [PATCH 1/2] Update sonarqube:8.9-community Docker digest to 0fc6c71 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 6b4e753..750f098 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,7 +37,7 @@ labels: # List of resources to make available to the offline build context resources: -- url: docker://docker.io/library/sonarqube@sha256:836e3b543f34c36438456e0c7a03fef314cbb77741e790920aa2565d83f0c9e4 +- url: docker://docker.io/library/sonarqube@sha256:0fc6c71c4228bc1d63f8ea05c8f093d52a5b99279cdbe8f28559bfff9a2f9dfd tag: sonarqube:8.9-community # List of project maintainers -- GitLab From 6b06fd050381599d34bcdde6b313dd2af67d6562 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Tue, 22 Jun 2021 12:31:22 -0400 Subject: [PATCH 2/2] sync v8.9.1 --- Kptfile | 2 +- scripts/Kptfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Kptfile b/Kptfile index c4ac0a3..def0c26 100644 --- a/Kptfile +++ b/Kptfile @@ -9,5 +9,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/community - ref: 8.9 + ref: 8.9.1 updateStrategy: resource-merge diff --git a/scripts/Kptfile b/scripts/Kptfile index daf3c83..1e90f32 100644 --- a/scripts/Kptfile +++ b/scripts/Kptfile @@ -5,10 +5,10 @@ metadata: upstream: type: git git: - commit: 277ec116b3df9556f975b7af328c053316bb2c2d + commit: 5b555ea57f3d5d03d811d11056d7c0450ec0d59b repo: https://github.com/SonarSource/docker-sonarqube directory: /8/community - ref: 8.7.1 + ref: 8.9.1 packageMetadata: shortDescription: vendor scripts sync dependencies: @@ -16,5 +16,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/community - ref: "8.6" + ref: 8.9.1 updateStrategy: resource-merge -- GitLab