chore: switch to Renovate and pin uv image (#38)

This commit is contained in:
Jorijn Schrijvershof
2026-01-09 07:51:00 +01:00
committed by GitHub
parent 3fa002d2a4
commit adc442351b
4 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ jobs:
# Vulnerability scanning
- name: Run Trivy vulnerability scanner
if: "!(github.event_name == 'schedule' && steps.get-version.outputs.skip == 'true')"
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.image-tag.outputs.tag }}
format: "sarif"