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 813c646 commit 7d0fcd0Copy full SHA for 7d0fcd0
.github/workflows/release-please.yml
@@ -119,6 +119,8 @@ jobs:
119
IMG=ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }} make release-manifests
120
121
- uses: anchore/sbom-action@v0
122
+ with:
123
+ artifact-name: open-feature-operator.spdx.json
124
125
- name: Release
126
uses: softprops/action-gh-release@v1
@@ -128,4 +130,4 @@ jobs:
128
130
config/webhook/certificate.yaml
129
131
config/rendered/release.yaml
132
config/samples/end-to-end.yaml
- ${{ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT}}
133
+ open-feature-operator.spdx.json
0 commit comments