Skip to content

Commit e2edaba

Browse files
committed
fix(cocov.yaml): Add envs and mounts
1 parent 9e09bdc commit e2edaba

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.cocov.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,26 @@ version: "0.1.alpha"
22

33
checks:
44
- plugin: cocov/golangci-lint:v0.1
5+
envs:
6+
GOPRIVATE: github.com/cocov-ci
7+
mounts:
8+
- source: secrets:GIT_CONFIG
9+
destination: ~/.gitconfig
10+
511
- plugin: cocov/staticcheck:v0.1
12+
envs:
13+
GOPRIVATE: github.com/cocov-ci
14+
mounts:
15+
- source: secrets:GIT_CONFIG
16+
destination: ~/.gitconfig
17+
618
- plugin: cocov/revive:v0.1
19+
envs:
20+
GOPRIVATE: github.com/cocov-ci
21+
mounts:
22+
- source: secrets:GIT_CONFIG
23+
destination: ~/.gitconfig
24+
25+
- plugin: cocov/semgrep:v0.1
26+
envs:
27+
GOPRIVATE: github.com/cocov-ci

0 commit comments

Comments
 (0)