Skip to content

Commit 7d0fcd0

Browse files
fix: Upload sbom by name (#176)
* chore: Upload sbom to release Signed-off-by: Justin Abrahms <[email protected]> * chore: Exclude signed releases since we don't use github releases for distribution Signed-off-by: Justin Abrahms <[email protected]> * fix: explicitly name sbom for inclusion Signed-off-by: Justin Abrahms <[email protected]> Signed-off-by: Justin Abrahms <[email protected]>
1 parent 813c646 commit 7d0fcd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make release-manifests
120120
121121
- uses: anchore/sbom-action@v0
122+
with:
123+
artifact-name: open-feature-operator.spdx.json
122124

123125
- name: Release
124126
uses: softprops/action-gh-release@v1
@@ -128,4 +130,4 @@ jobs:
128130
config/webhook/certificate.yaml
129131
config/rendered/release.yaml
130132
config/samples/end-to-end.yaml
131-
${{ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT}}
133+
open-feature-operator.spdx.json

0 commit comments

Comments
 (0)