Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 2c4a0c9

Browse files
authored
Merge pull request #25 from allthingslinux/renovate/reviewdog-action-trivy-1.x
2 parents f099b43 + 9ae0095 commit 2c4a0c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
echo "✅ Docker build validation for ${{ matrix.service }} completed successfully"
9999
echo "🔍 Build cache updated for faster future builds"
100100
- name: Scan Containerfile ${{ matrix.service }}
101-
uses: reviewdog/action-trivy@v1.13.10
101+
uses: reviewdog/action-trivy@v1.14.0
102102
continue-on-error: true
103103
with:
104104
github_token: ${{ github.token }}
@@ -174,7 +174,7 @@ jobs:
174174
BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
175175
- name: Scan Final Image ${{ matrix.service }}
176176
if: always()
177-
uses: reviewdog/action-trivy@v1.13.10
177+
uses: reviewdog/action-trivy@v1.14.0
178178
continue-on-error: true
179179
with:
180180
github_token: ${{ github.token }}

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
load: true
118118
tags: irc-atl-chat-${{ matrix.service }}:security-scan
119119
- name: Scan Container Image
120-
uses: reviewdog/action-trivy@v1.13.10
120+
uses: reviewdog/action-trivy@v1.14.0
121121
with:
122122
github_token: ${{ secrets.GITHUB_TOKEN }}
123123
trivy_command: image

0 commit comments

Comments
 (0)