chore(): Making step container privileged
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elia el Lazkani 2023-07-03 20:15:00 +02:00
parent bca0f06e21
commit f246f1b2a3

View file

@ -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: