We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f242ec4 commit e778a21Copy full SHA for e778a21
cis-operator.yaml
@@ -22,10 +22,9 @@ pipeline:
22
- uses: go/build
23
with:
24
packages: .
25
- tags: netgo,osusergo
26
ldflags: |
27
-X github.com/rancher/cis-operator.Version=${{package.version}}
28
- -X github.com/rancher/cis-operator.GitCommit=$(git rev-parse HEAD)
+ -X github.com/rancher/cis-operator.GitCommit=$(git rev-parse --short HEAD)
29
output: cis-operator
30
31
update:
@@ -69,4 +68,4 @@ test:
69
68
Starting /v1, Kind=ConfigMap controller
70
Starting batch/v1, Kind=Job controller
71
post: |
72
- curl -sfSL http://localhost:8080/metrics
+ curl -sfSL http://localhost:8080/metrics | grep go_gc_duration_seconds
0 commit comments