Skip to content

Commit

Permalink
ci: update trivy-action to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 21, 2024
1 parent 65b565d commit fbd94f5
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@5681af892cd0f4997658e2bacc62bd0a894cf564 # 0.27.0
uses: aquasecurity/trivy-action@@0.28.0
with:
image-ref: 'ghcr.io/zama-ai/${{ inputs.image-name }}:${{env.DOCKER_TAG_IMAGE }}'
format: 'table'
Expand Down

0 comments on commit fbd94f5

Please sign in to comment.