Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading