chore(): Making step container privileged
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
bca0f06e21
commit
f246f1b2a3
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ steps:
|
|||
|
||||
- name: trivy-scan
|
||||
image: scm.project42.io/elia/trivy:production
|
||||
privileged: true
|
||||
commands:
|
||||
- /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
|
||||
- trivy image scm.project42.io/elia/trivy:pre-scan
|
||||
failure: ignore
|
||||
|
||||
trigger:
|
||||
|
|
Loading…
Reference in a new issue