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 ed88a63  fix on Trivy job (#251)
ed88a63 is described below

commit ed88a6320c177e28f7180dd4374d3d912913bf79
Author: Kit Chan <[email protected]>
AuthorDate: Mon Oct 14 22:34:00 2024 -0700

    fix on Trivy job (#251)
    
    * Update build.yml
    
    * Update trivy.yml
---
 .github/workflows/build.yml | 2 +-
 .github/workflows/trivy.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2b0ce6a..8faec94 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
 
       - name: Run Trivy vulnerability scanner
         if: github.repository == 'apache/trafficserver-ingress-controller'
-        uses: aquasecurity/trivy-action@master
+        uses: aquasecurity/[email protected]
         with:
           image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
           format: 'sarif'
diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml
index a0a41a6..bffb1e7 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/trivy-action@master
+        uses: aquasecurity/[email protected]
         with:
           image-ref: 'ghcr.io/apache/ats-ingress:latest'
           format: 'sarif'

Reply via email to