mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
Forgot, it needs to know where to mount the docker socket.
This commit is contained in:
parent
db808b5733
commit
ecc06a59af
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue