We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5663e5 commit 4261c0fCopy full SHA for 4261c0f
1 file changed
.woodpecker/build-container.yaml
@@ -16,7 +16,7 @@ steps:
16
from_secret: DOCKER_REGISTRY_CONFIG_PULL
17
18
- name: security-scan
19
- image: docker.io/aquasec/trivy
+ image: ghcr.io/aquasecurity/trivy:0.69.3
20
depends_on: [security-build]
21
commands:
22
- trivy -v
0 commit comments