Skip to content

Commit

Permalink
Merge pull request #156 from kube-logging/trivy
Browse files Browse the repository at this point in the history
Trivy action upgrade
  • Loading branch information
pepov authored Nov 11, 2024
2 parents bd4a6f6 + cd7740a commit 2dec246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"ignorePaths": [
],
"additionalBranchPrefix": "{{parentDir}}-",
"automerge": true,
"major": {
"automerge": false
Expand Down

0 comments on commit 2dec246

Please sign in to comment.