Skip to content

Commit

Permalink
Merge pull request #2451 from ricardoapl/generate-sbom-command-not-found
Browse files Browse the repository at this point in the history
ci: missing line break escape on sbom workflow
  • Loading branch information
k8s-ci-robot committed Jul 19, 2024
2 parents 38c2689 + 8753dfd commit a3e9266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
bom generate \
--dirs=. \
--image=registry.k8s.io/kube-state-metrics/kube-state-metrics:$TAG \
--namespace=https://github.com/kubernetes/kube-state-metrics/releases/download/$TAG/$OUTPUT
--namespace=https://github.com/kubernetes/kube-state-metrics/releases/download/$TAG/$OUTPUT \
--output=$OUTPUT
- name: Upload SBOM to GitHub Release
Expand Down

0 comments on commit a3e9266

Please sign in to comment.