File tree Expand file tree Collapse file tree 5 files changed +190
-4
lines changed Expand file tree Collapse file tree 5 files changed +190
-4
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,10 @@ $(BIN)/trunk: Makefile
337
337
curl -L https://trunk.io/releases/trunk -o $(@D ) /trunk
338
338
chmod +x $(@D ) /trunk
339
339
340
+ .PHONY: cve/check
341
+ cve/check:
342
+ docker run -t -i --rm --volume "$(CURDIR ) /:/repo" -u "$(shell id -u) " aquasec/trivy:0.45.1 filesystem --cache-dir /repo/.cache/trivy --scanners vuln --skip-dirs .tmp/ --skip-dirs node_modules/ --skip-dirs tools/monitoring/vendor/ /repo
343
+
340
344
KIND_CLUSTER = pyroscope-dev
341
345
342
346
.PHONY: helm/lint
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ require (
173
173
github.com/pierrec/lz4/v4 v4.1.18 // indirect
174
174
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
175
175
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
176
- github.com/prometheus/alertmanager v0.25.0 // indirect
176
+ github.com/prometheus/alertmanager v0.25.1 // indirect
177
177
github.com/prometheus/client_model v0.4.0 // indirect
178
178
github.com/prometheus/common/sigv4 v0.1.0 // indirect
179
179
github.com/prometheus/exporter-toolkit v0.10.1-0.20230714054209-2f4150c63f97 // indirect
Original file line number Diff line number Diff line change @@ -624,8 +624,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
624
624
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
625
625
github.com/posener/complete v1.1.1 /go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI =
626
626
github.com/posener/complete v1.2.3 /go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s =
627
- github.com/prometheus/alertmanager v0.25.0 h1:vbXKUR6PYRiZPRIKfmXaG+dmCKG52RtPL4Btl8hQGvg =
628
- github.com/prometheus/alertmanager v0.25.0 /go.mod h1:MEZ3rFVHqKZsw7IcNS/m4AWZeXThmJhumpiWR4eHU/w =
627
+ github.com/prometheus/alertmanager v0.25.1 h1:LGBNMspOfv8h7brb+LWj2wnwBCg2ZuuKWTh6CAVw2/Y =
628
+ github.com/prometheus/alertmanager v0.25.1 /go.mod h1:MEZ3rFVHqKZsw7IcNS/m4AWZeXThmJhumpiWR4eHU/w =
629
629
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
630
630
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
631
631
github.com/prometheus/client_golang v1.4.0 /go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU =
You can’t perform that action at this time.
0 commit comments