Skip to content

Commit

Permalink
ci: update trivy-action to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 21, 2024
1 parent fbd94f5 commit 13ed6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
cache-to: ${{ inputs.cache-to }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@@0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
with:
image-ref: 'ghcr.io/zama-ai/${{ inputs.image-name }}:${{env.DOCKER_TAG_IMAGE }}'
format: 'table'
Expand Down

0 comments on commit 13ed6d1

Please sign in to comment.