Skip to content

Commit 2240cdc

Browse files
committed
update trivy action
1 parent 110b9c7 commit 2240cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trivy-dependency-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
3333
- name: Build Docker image
3434
run: |
35-
docker build -t kafka-clients-scan:7.9.5-ccs scan-context
35+
docker build -t kafka-clients-scan:latest scan-context
3636
3737
- name: Run Trivy vulnerability scanner
3838
uses: hypertrace/github-actions/trivy-image-scan@main
3939
with:
40-
image: kafka-clients-scan:7.9.5-ccs
40+
image: kafka-clients-scan:latest
4141
output-mode: github

0 commit comments

Comments
 (0)