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 71cc55e Upgrade Docker actions and Trivy version in build workflow
(#345)
71cc55e is described below
commit 71cc55ef576ae01cc5443abbcfdda424b5df8fbc
Author: Kit Chan <[email protected]>
AuthorDate: Thu Apr 2 14:54:36 2026 -0700
Upgrade Docker actions and Trivy version in build workflow (#345)
* Upgrade Docker actions in build workflow
* Update Trivy action version to v1.0.1
---
.github/workflows/build.yml | 8 ++++----
.github/workflows/trivy.yml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a5d04a0..716b67a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
- name: Log in to the Container registry
if: github.repository == 'apache/trafficserver-ingress-controller'
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@@ -113,7 +113,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
if: github.repository == 'apache/trafficserver-ingress-controller'
id: meta
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
@@ -121,7 +121,7 @@ jobs:
- name: Build and push Docker image
if: github.repository == 'apache/trafficserver-ingress-controller'
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v7
with:
context: .
push: true
@@ -131,7 +131,7 @@ jobs:
- name: Run Trivy vulnerability scanner
if: github.repository == 'apache/trafficserver-ingress-controller'
- uses: lhotari/[email protected]
+ uses: lhotari/[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 e3161f9..867dc61 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: lhotari/[email protected]
+ uses: lhotari/[email protected]
with:
image-ref: 'ghcr.io/apache/ats-ingress:latest'
format: 'sarif'