chore(): Attempting to start a docker daemon
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f246f1b2a3
commit
c594440ac9
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ steps:
|
||||||
image: scm.project42.io/elia/trivy:production
|
image: scm.project42.io/elia/trivy:production
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
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
|
failure: ignore
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
Loading…
Reference in a new issue