We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110b9c7 commit 2240cdcCopy full SHA for 2240cdc
.github/workflows/trivy-dependency-scan.yml
@@ -32,10 +32,10 @@ jobs:
32
33
- name: Build Docker image
34
run: |
35
- docker build -t kafka-clients-scan:7.9.5-ccs scan-context
+ docker build -t kafka-clients-scan:latest scan-context
36
37
- name: Run Trivy vulnerability scanner
38
uses: hypertrace/github-actions/trivy-image-scan@main
39
with:
40
- image: kafka-clients-scan:7.9.5-ccs
+ image: kafka-clients-scan:latest
41
output-mode: github
0 commit comments