From cb0b41fd5c7960cb82d65b2ec483bd07771c4f2b Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Mon, 11 Nov 2024 13:47:22 +0100 Subject: [PATCH 1/2] trivy: use up-to-date action Signed-off-by: Peter Wilcsinszky --- .github/workflows/artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 9091dd12..cdc88c00 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -76,7 +76,7 @@ jobs: target: ${{ matrix.image-type }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.23.0 + uses: aquasecurity/trivy-action@0.28.0 with: image-ref: "ghcr.io/${{ github.repository_owner }}/fluentd:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" format: "sarif" From cd7740a0ce6415390d487fa7b3391be45511a6bd Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Mon, 11 Nov 2024 13:55:58 +0100 Subject: [PATCH 2/2] renovate: separate pr per folder Signed-off-by: Peter Wilcsinszky --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index fc0355ac..615bd60e 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,7 @@ ], "ignorePaths": [ ], + "additionalBranchPrefix": "{{parentDir}}-", "automerge": true, "major": { "automerge": false