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.
2 parents 38c2689 + 8753dfd commit a3e9266Copy full SHA for a3e9266
.github/workflows/sbom.yaml
@@ -31,7 +31,7 @@ jobs:
31
bom generate \
32
--dirs=. \
33
--image=registry.k8s.io/kube-state-metrics/kube-state-metrics:$TAG \
34
- --namespace=https://github.com/kubernetes/kube-state-metrics/releases/download/$TAG/$OUTPUT
+ --namespace=https://github.com/kubernetes/kube-state-metrics/releases/download/$TAG/$OUTPUT \
35
--output=$OUTPUT
36
37
- name: Upload SBOM to GitHub Release
0 commit comments