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 c99e26a commit 9dfddacCopy full SHA for 9dfddac
.github/workflows/openvex.yml
@@ -16,8 +16,16 @@ jobs:
16
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
- name: Set environment variables
18
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
19
+
20
- uses: openvex/generate-vex@c59881b41451d7ccba5c3b74cd195382b8971fcd
21
# Refer: https://github.com/openvex/vexctl#operational-model
22
name: Run vexctl
23
with:
24
product: pkg:golang/k8s.io/kube-state-metrics/v2@${{ env.RELEASE_VERSION }}
25
+ file: kube-state-metrics.openvex.json
26
27
+ - name: Upload OpenVEX document to GitHub Release
28
+ env:
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+ run: |
31
+ gh release upload ${{ env.RELEASE_VERSION }} kube-state-metrics.openvex.json
0 commit comments