Forgot, it needs to know where to mount the docker socket.

This commit is contained in:
James Wells 2021-05-22 08:36:16 -07:00
parent db808b5733
commit ecc06a59af
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -18,6 +18,9 @@ steps:
- name: Validate code base and dependencies
# image: golang:1.16-alpine3.13
image: dragonheim/golang:1.16.4
volumes:
- name: dockersock
path: /var/run/docker.sock
environment:
TRIVY_QUIET: true
TRIVY_LIGHT: true