We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e09bdc commit e2edabaCopy full SHA for e2edaba
.cocov.yaml
@@ -2,5 +2,26 @@ version: "0.1.alpha"
2
3
checks:
4
- 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
+
11
- plugin: cocov/staticcheck:v0.1
12
13
14
15
16
17
18
- plugin: cocov/revive:v0.1
19
20
21
22
23
24
25
+ - plugin: cocov/semgrep:v0.1
26
27
0 commit comments