Skip to content

Commit ffcc7e9

Browse files
committed
ci: update Docker image reference in GitHub Actions workflow
- Update the Docker image reference from caddy to caddy2 in the GitHub Actions workflow for vulnerability scanning Signed-off-by: ysicing <i@ysicing.me>
1 parent 52bddd7 commit ffcc7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/caddy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Trivy vulnerability scanner caddy
5757
uses: aquasecurity/trivy-action@master
5858
with:
59-
image-ref: 'ghcr.io/ysicing/caddy'
59+
image-ref: 'ghcr.io/ysicing/caddy2'
6060
format: 'github'
6161
ignore-unfixed: true
6262
vuln-type: 'os,library'

0 commit comments

Comments
 (0)