-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yaml
56 lines (56 loc) · 1.36 KB
/
dependencies.yaml
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
56
# https://github.com/kubernetes-sigs/zeitgeist
# Use `zeitgeist validate`` to verify that the dependency version is
# correct in all files referenced in refPaths, and
# whether any newer version is available upstream.
# For GitHub API access, export a `GITHUB_TOKEN`.
dependencies:
- name: go
version: 1.21.4
scheme: alpha
upstream:
flavour: container
registry: registry.hub.docker.com/library/golang
refPaths:
- path: build/images/Dockerfile.package
match: GO_IMG_VERSION
- name: ubi8
version: 8.9
scheme: alpha
upstream:
flavour: container
registry: registry.access.redhat.com/ubi8
refPaths:
- path: build/images/Dockerfile.package
match: UBI_IMG_VERSION
- name: trivy
version: 0.47.0
upstream:
flavour: github
url: aquasecurity/trivy
refPaths:
- path: build/images/Dockerfile.package
match: TRIVY_VERSION
- name: skopeo
version: 1.13.3
upstream:
flavour: github
url: containers/skopeo
refPaths:
- path: build/images/Dockerfile.package
match: SKOPEO_VERSION
- name: buildah
version: 1.31.3
upstream:
flavour: github
url: containers/buildah
refPaths:
- path: build/images/Dockerfile.package
match: BUILDAH_VERSION
- name: cosign
version: 2.2.1
upstream:
flavour: github
url: sigstore/cosign
refPaths:
- path: build/images/Dockerfile.package
match: COSIGN_VERSION