This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Commit 7ce370a 1 parent c96ef35 commit 7ce370a Copy full SHA for 7ce370a
File tree 4 files changed +36
-489
lines changed
4 files changed +36
-489
lines changed Original file line number Diff line number Diff line change 63
63
labels : ${{ steps.meta.outputs.labels }}
64
64
65
65
- name : Run Trivy vulnerability scanner
66
- uses : aquasecurity/trivy-action@0.9.1
66
+ uses : aquasecurity/trivy-action@0.29.0
67
67
with :
68
68
image-ref : " ghcr.io/${{ github.repository_owner }}/config-reloader:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
69
69
format : " sarif"
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.1 as builder
1
+ FROM golang:1.23.3 as builder
2
2
3
3
WORKDIR /workspace
4
4
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ module github.com/banzaicloud/config-reloader
3
3
go 1.23.1
4
4
5
5
require (
6
- github.com/fsnotify/fsnotify v1.5.4
7
- github.com/prometheus/client_golang v1.13.0
6
+ github.com/fsnotify/fsnotify v1.8.0
7
+ github.com/prometheus/client_golang v1.20.5
8
8
)
9
9
10
10
require (
11
11
github.com/beorn7/perks v1.0.1 // indirect
12
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
13
- github.com/golang/protobuf v1.5.2 // indirect
14
- github.com/matttproud/golang_protobuf_extensions v1 .0.1 // indirect
15
- github.com/prometheus/client_model v0.2.0 // indirect
16
- github.com/prometheus/common v0.37 .0 // indirect
17
- github.com/prometheus/procfs v0.8.0 // indirect
18
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
19
- google.golang.org/protobuf v1.28.1 // indirect
12
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
13
+ github.com/klauspost/compress v1.17.9 // indirect
14
+ github.com/munnerz/goautoneg v0 .0.0-20191010083416-a7dc8b61c822 // indirect
15
+ github.com/prometheus/client_model v0.6.1 // indirect
16
+ github.com/prometheus/common v0.55 .0 // indirect
17
+ github.com/prometheus/procfs v0.15.1 // indirect
18
+ golang.org/x/sys v0.22.0 // indirect
19
+ google.golang.org/protobuf v1.34.2 // indirect
20
20
)
You can’t perform that action at this time.
0 commit comments