Skip to content

Commit 235847e

Browse files
committed
ci: update scan steps to use drone-ssh Docker image
- Change docker image tag from repository name to drone-ssh for scan steps Signed-off-by: appleboy <[email protected]>
1 parent a934a83 commit 235847e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
file: docker/Dockerfile
7474
push: false
7575
load: true
76-
tags: ${{ github.repository }}:scan
76+
tags: drone-ssh:scan
7777

7878
- name: Run Trivy vulnerability scanner
7979
uses: aquasecurity/trivy-action@master
8080
with:
81-
image-ref: "${{ github.repository }}:scan"
81+
image-ref: "drone-ssh:scan"
8282
format: "sarif"
8383
output: "trivy-results.sarif"
8484
severity: "CRITICAL,HIGH"

0 commit comments

Comments
 (0)