mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-06-25 12:21:24 +02:00
chore: switch to Renovate and pin uv image (#38)
This commit is contained in:
committed by
GitHub
parent
3fa002d2a4
commit
adc442351b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user