Skip to content

Commit 4261c0f

Browse files
committed
ci: use trivy image from ghcr
1 parent e5663e5 commit 4261c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.woodpecker/build-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
from_secret: DOCKER_REGISTRY_CONFIG_PULL
1717

1818
- name: security-scan
19-
image: docker.io/aquasec/trivy
19+
image: ghcr.io/aquasecurity/trivy:0.69.3
2020
depends_on: [security-build]
2121
commands:
2222
- trivy -v

0 commit comments

Comments
 (0)