Skip to content

Commit

Permalink
use alloy-dev latest instead of non-existent main (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham authored Jun 28, 2024
1 parent 5734ee2 commit 99e29e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
with:
image-ref: 'grafana/alloy:main'
image-ref: 'grafana/alloy-dev:latest'
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
Expand Down

0 comments on commit 99e29e4

Please sign in to comment.