-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdagger.json
More file actions
55 lines (55 loc) · 1.64 KB
/
dagger.json
File metadata and controls
55 lines (55 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "tool",
"engineVersion": "v0.18.12",
"sdk": {
"source": "go"
},
"dependencies": [
{
"name": "git-cliff",
"source": "github.com/act3-ai/dagger/git-cliff@git-cliff/v0.1.2",
"pin": "86ec5dc4ee1fd4d168d51946bc82aa4110cc8d96"
},
{
"name": "go",
"source": "github.com/sagikazarmark/daggerverse/go@go/v0.9.0",
"pin": "d9ba06776c4c1ccf6f329bd862b9b439c4582ab6"
},
{
"name": "golangci-lint",
"source": "github.com/sagikazarmark/daggerverse/golangci-lint@golangci-lint/v0.9.0",
"pin": "e6c14178bcaaff9e102e2a89173ca31479b80629"
},
{
"name": "goreleaser",
"source": "github.com/act3-ai/dagger/goreleaser@goreleaser/v0.1.3",
"pin": "8d3e75d5a1eb8ff0a96afe2ee29dfaec6227bcf5"
},
{
"name": "govulncheck",
"source": "github.com/act3-ai/dagger/govulncheck@govulncheck/v0.1.1",
"pin": "5579aa8f127350d77c970c98784f40f56d279fbd"
},
{
"name": "registry-config",
"source": "github.com/sagikazarmark/daggerverse/registry-config@registry-config/v0.8.0",
"pin": "126b5fbbdad70dbf2a8689600baec2eb78c05ef4"
},
{
"name": "release",
"source": "github.com/act3-ai/dagger/release@release/v0.1.9",
"pin": "33748b33d71e31975d7297922fd2267341fae06d"
},
{
"name": "shellcheck",
"source": "github.com/dagger/dagger/modules/shellcheck@v0.18.12",
"pin": "60a0f44023632f89f3c8701435d0c8a3ed57e644"
},
{
"name": "wolfi",
"source": "github.com/dagger/dagger/modules/wolfi@v0.18.12",
"pin": "60a0f44023632f89f3c8701435d0c8a3ed57e644"
}
],
"source": ".dagger"
}