Skip to content

Commit

Permalink
fix: update trivy to 0.29.0 (pantos-io#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored Nov 21, 2024
1 parent 280c61c commit 1e134eb
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 @@ -71,7 +71,7 @@ jobs:
DOCKER_TAG: analysis-latest

- name: Scan vulnerabilities app image
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0
with:
image-ref: 'pantosio/validator-node-app:analysis-latest'
format: 'sarif'
Expand All @@ -87,7 +87,7 @@ jobs:
sarif_file: 'trivy-app-results.sarif'

- name: Scan vulnerabilities worker image
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0
with:
image-ref: 'pantosio/validator-node-worker:analysis-latest'
format: 'sarif'
Expand Down

0 comments on commit 1e134eb

Please sign in to comment.