Skip to content

Commit

Permalink
OPS-7491 Update trivy action
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf.nelles.cap committed Feb 10, 2025
1 parent 4e841b8 commit 3a0ae6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/imagetoghcr-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: echo "output=${image_ref,,}" >> $GITHUB_OUTPUT

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
with:
image-ref: ${{ steps.image_ref_lower.outputs.output }}
format: "sarif"
Expand Down

0 comments on commit 3a0ae6f

Please sign in to comment.