From bd4cb302bee79203067408af40ce12b611037fe6 Mon Sep 17 00:00:00 2001 From: Goal651 Date: Tue, 19 May 2026 12:00:59 +0200 Subject: [PATCH] chore: upgrade trivy-action to v0.36.0 in docker-publish workflow --- .github/workflows/docker-publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 49d9afb..53dc33e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -76,7 +76,7 @@ jobs: tags: ghcr.io/${{ env.REPO_LOWER }}/user-service:latest - name: Scan userService image with Trivy - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: ghcr.io/${{ env.REPO_LOWER }}/user-service:latest format: table @@ -114,7 +114,7 @@ jobs: tags: ghcr.io/${{ env.REPO_LOWER }}/auth-service:latest - name: Scan authService image with Trivy - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: ghcr.io/${{ env.REPO_LOWER }}/auth-service:latest format: table @@ -152,7 +152,7 @@ jobs: tags: ghcr.io/${{ env.REPO_LOWER }}/mail-service:latest - name: Scan mailService image with Trivy - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: ghcr.io/${{ env.REPO_LOWER }}/mail-service:latest format: table @@ -190,7 +190,7 @@ jobs: tags: ghcr.io/${{ env.REPO_LOWER }}/eureka:latest - name: Scan eureka image with Trivy - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: ghcr.io/${{ env.REPO_LOWER }}/eureka:latest format: table @@ -228,7 +228,7 @@ jobs: tags: ghcr.io/${{ env.REPO_LOWER }}/config-server:latest - name: Scan configServer image with Trivy - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: ghcr.io/${{ env.REPO_LOWER }}/config-server:latest format: table @@ -265,7 +265,7 @@ jobs: push: true tags: ghcr.io/${{ env.REPO_LOWER }}/gateway:latest - name: Scan gateway image with Trivy - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: ghcr.io/${{ env.REPO_LOWER }}/gateway:latest format: table