okay then manually

This commit is contained in:
Tobias Trabelsi 2022-12-18 17:05:36 +01:00
parent df1fdcbb14
commit 5adc7785d0
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 14 additions and 1 deletions

View File

@ -47,4 +47,17 @@ jobs:
- name: Publish SBOM
uses: anchore/sbom-action/publish-sbom@v0
with:
sbom-artifact-match: ".*\\.spdx$"
sbom-artifact-match: ".*\\.spdx\\.json"
- name: Get Latest Tag
id: previoustag
uses: WyriHaximus/github-action-get-previous-tag@v1
- name: Add SBOM to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
file: lerentis-bitwarden-crd-operator_*.spdx.json
tag: ${{ steps.previoustag.outputs.tag }}
overwrite: false