Skip to content

Commit

Permalink
Update trivy action version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored Nov 25, 2024
1 parent 3fd4e4e commit 31e7fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
DOCKER_TAG: analysis-latest

- name: Scan vulnerabilities ethereum node image
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0
with:
image-ref: 'pantosio/client-cli:analysis-latest'
format: 'sarif'
Expand All @@ -86,4 +86,4 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 31e7fc4

Please sign in to comment.