forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kubewatch.yaml
50 lines (42 loc) · 937 Bytes
/
kubewatch.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
package:
name: kubewatch
version: 2.9.0
epoch: 1
description: Watch k8s events and trigger Handlers
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- go
pipeline:
- uses: git-checkout
with:
expected-commit: 3ae4fb0c8c19d12c6cd866d1a4c701e56aec9132
repository: https://github.com/robusta-dev/kubewatch
tag: v${{package.version}}
# Temporary Fix: Upstream go.sum file does not accurately capture package dependencies.
- runs: |
go mod tidy
- uses: go/bump
with:
deps: golang.org/x/[email protected]
- uses: go/build
with:
output: kubewatch
packages: .
- uses: strip
update:
enabled: true
manual: false
github:
identifier: robusta-dev/kubewatch
strip-prefix: v
test:
pipeline:
# AUTOGENERATED
- runs: |
kubewatch --help
kubewatch version