chore(): Attempting to start a docker daemon
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elia el Lazkani 2023-07-03 20:17:27 +02:00
parent f246f1b2a3
commit c594440ac9

View file

@ -25,7 +25,8 @@ steps:
image: scm.project42.io/elia/trivy:production
privileged: true
commands:
- trivy image scm.project42.io/elia/trivy:pre-scan
- /usr/local/bin/dockerd --data-root /var/lib/docker --host=unix:///var/run/docker.sock
- /usr/local/bin/dockerd-entrypoint.sh /usr/local/bin/trivy image scm.project42.io/elia/trivy:pre-scan
failure: ignore
trigger: