This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new c12d2d2 Update Trivy action version in build workflow (#341)
c12d2d2 is described below
commit c12d2d2d08d67d514d3125a30faa1d94e0dfea21
Author: Kit Chan <[email protected]>
AuthorDate: Fri Mar 20 07:13:27 2026 +0100
Update Trivy action version in build workflow (#341)
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a1c6a3c..743d5b9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -131,7 +131,7 @@ jobs:
- name: Run Trivy vulnerability scanner
if: github.repository == 'apache/trafficserver-ingress-controller'
- uses: aquasecurity/[email protected]
+ uses: aquasecurity/[email protected]
with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
format: 'sarif'