From 336d078f9be444bfd39b6eebaf197261e24bde7e Mon Sep 17 00:00:00 2001 From: "chgl-renovate[bot]" <184750748+chgl-renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:58:16 +0000 Subject: [PATCH 1/2] chore(deps): update minio docker tag to v14.8.0 --- charts/pathling-server/Chart.lock | 6 +++--- charts/pathling-server/Chart.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/pathling-server/Chart.lock b/charts/pathling-server/Chart.lock index 136e3672..76097206 100644 --- a/charts/pathling-server/Chart.lock +++ b/charts/pathling-server/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 14.7.15 + version: 14.8.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.26.0 -digest: sha256:d52470d8196564e077d4cd0b2f440c31190d349610dfe8ab308e41f808802895 -generated: "2024-10-21T16:59:02.540365086Z" +digest: sha256:d83292ba3ba243c807f5b9c52325b6b21dfb12fd42523a20d0bd9d2c57abe2d7 +generated: "2024-10-21T17:57:51.368247992Z" diff --git a/charts/pathling-server/Chart.yaml b/charts/pathling-server/Chart.yaml index 52962971..cb3f4da9 100644 --- a/charts/pathling-server/Chart.yaml +++ b/charts/pathling-server/Chart.yaml @@ -10,13 +10,13 @@ maintainers: url: https://github.com/chgl dependencies: - name: minio - version: 14.7.15 + version: 14.8.0 repository: oci://registry-1.docker.io/bitnamicharts condition: minio.enabled - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.26.0 -version: 0.8.10 +version: 0.8.11 appVersion: "7.x" annotations: artifacthub.io/license: Apache-2.0 @@ -32,4 +32,4 @@ annotations: # When using the list of objects option the valid supported kinds are # added, changed, deprecated, removed, fixed and security. - kind: changed - description: "Updated common to 2.26.0" + description: "Updated minio to 14.8.0" From 214bfad4e03b9577e3d0ee324e7292b6b743d28a Mon Sep 17 00:00:00 2001 From: chgl Date: Wed, 23 Oct 2024 15:34:42 +0200 Subject: [PATCH 2/2] use mirror --- .github/workflows/mega-linter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index dc7c65f2..ffe6ac09 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -15,6 +15,8 @@ env: # Comment env block if you do not want to apply fixes APPLY_FIXES: none # When active, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool) APPLY_FIXES_EVENT: pull_request # Decide which event triggers application of fixes in a commit or a PR (pull_request, push, all) APPLY_FIXES_MODE: commit # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request) + TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 + TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1 concurrency: group: ${{ github.ref }}-${{ github.workflow }}