mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 13:58:59 -07: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
|
- name: Validate code base and dependencies
|
||||||
# image: golang:1.16-alpine3.13
|
# image: golang:1.16-alpine3.13
|
||||||
image: dragonheim/golang:1.16.4
|
image: dragonheim/golang:1.16.4
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
TRIVY_QUIET: true
|
TRIVY_QUIET: true
|
||||||
TRIVY_LIGHT: true
|
TRIVY_LIGHT: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue