Skip to content

Commit

Permalink
fix: Upload sbom by name (#176)
Browse files Browse the repository at this point in the history
* chore: Upload sbom to release

Signed-off-by: Justin Abrahms <justin@abrah.ms>

* chore: Exclude signed releases since we don't use github releases for distribution

Signed-off-by: Justin Abrahms <justin@abrah.ms>

* fix: explicitly name sbom for inclusion

Signed-off-by: Justin Abrahms <justin@abrah.ms>

Signed-off-by: Justin Abrahms <justin@abrah.ms>
  • Loading branch information
justinabrahms authored Oct 25, 2022
1 parent 813c646 commit 7d0fcd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make release-manifests
- uses: anchore/sbom-action@v0
with:
artifact-name: open-feature-operator.spdx.json

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

0 comments on commit 7d0fcd0

Please sign in to comment.