Skip to content

Commit

Permalink
Update trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
welpaolo committed Nov 12, 2024
1 parent 827c3ab commit 3e6670f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
docker-archive:${{ steps.artifact.outputs.base_artifact_name }} \
docker-daemon:trivy/charmed-spark:test
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: 'trivy/charmed-spark:test'
format: 'sarif'
Expand All @@ -63,7 +63,7 @@ jobs:
ref: ${{ inputs.branch }}

- name: Run Trivy in GitHub SBOM mode and submit results to Dependency Graph
uses: aquasecurity/trivy-action@0.20.0
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'image'
format: 'spdx-json'
Expand Down

0 comments on commit 3e6670f

Please sign in to comment.