Skip to content

Commit e8ad33d

Browse files
committed
fix: update trivy-scan action
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
1 parent 5dc16f5 commit e8ad33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
id: image-versions
7373
run: make build-img-versions
7474
- name: Image vulnerability scanner
75-
uses: aquasecurity/trivy-action@0.33.1
75+
uses: aquasecurity/trivy-action@0.35.0
7676
with:
7777
image-ref: localhost:5001/kagent-dev/kagent/${{ matrix.image }}:${{ steps.vars.outputs.version }}
7878
severity: 'CRITICAL,HIGH'

0 commit comments

Comments
 (0)