attach sbom to GH release next time
This commit is contained in:
parent
3328016da4
commit
df1fdcbb14
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -39,7 +39,12 @@ jobs:
|
||||
with:
|
||||
cmd: yq '.appVersion' charts/bitwarden-crd-operator/Chart.yaml
|
||||
|
||||
- name: Publish SBOM
|
||||
- name: Create SBOM
|
||||
uses: anchore/sbom-action@v0
|
||||
with:
|
||||
image: lerentis/bitwarden-crd-operator:${{ steps.app_version.outputs.result }}
|
||||
|
||||
- name: Publish SBOM
|
||||
uses: anchore/sbom-action/publish-sbom@v0
|
||||
with:
|
||||
sbom-artifact-match: ".*\\.spdx$"
|
||||
|
Loading…
Reference in New Issue
Block a user