attach sbom to GH release next time

This commit is contained in:
Tobias Trabelsi 2022-12-18 16:37:02 +01:00
parent 3328016da4
commit df1fdcbb14
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 6 additions and 1 deletions

View File

@ -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$"