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 ee71c11 Update Trivy action to version 0.35.0 (#340)
ee71c11 is described below
commit ee71c11f70b3ee00d3b93386a06e94130216ecec
Author: Kit Chan <[email protected]>
AuthorDate: Fri Mar 20 07:05:36 2026 +0100
Update Trivy action to version 0.35.0 (#340)
---
.github/workflows/trivy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml
index fc2add8..c63a32c 100644
--- a/.github/workflows/trivy.yml
+++ b/.github/workflows/trivy.yml
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
- uses: aquasecurity/[email protected]
+ uses: aquasecurity/[email protected]
with:
image-ref: 'ghcr.io/apache/ats-ingress:latest'
format: 'sarif'