mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-05-09 14:55:16 +02:00
Compare commits
1 Commits
main
...
d727aac1f3
| Author | SHA1 | Date | |
|---|---|---|---|
| d727aac1f3 |
@@ -209,7 +209,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 # 0.33.1
|
||||
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
|
||||
with:
|
||||
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.image-tag.outputs.tag }}
|
||||
format: "sarif"
|
||||
|
||||
Reference in New Issue
Block a user