Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Bump aquasecurity/trivy-action from 0.13.1 to 0.14.0 #212

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/trivy-testpmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: docker build -t testpmd:latest -f ./docker/testpmd/Dockerfile ./docker/testpmd/

- name: Testpmd Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0
with:
image-ref: 'testpmd:latest'
format: 'template'
Expand Down