Skip to content

Commit

Permalink
Update trivy to v0.29.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored Nov 21, 2024
1 parent ed7b6ae commit 7148aac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-vulnerabilities.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: DockerVulnerabilities
on:
push:
branches:
- main
schedule:
# At the end of every day
- cron: "0 0 * * *"
Expand Down Expand Up @@ -49,7 +46,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/ethereum-node:analysis-latest'
format: 'sarif'
Expand All @@ -70,4 +67,4 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 7148aac

Please sign in to comment.