Skip to content

Commit 986df1c

Browse files
Merge pull request #112 from leanix/feature/cid-3581/upload-sbom-1
fix SBOM asset action
2 parents 0a4ae9f + f0050c2 commit 986df1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-package-to-ghcr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
upload_url: ${{ steps.get_release.outputs.result }}
159159
asset_path: ${{ steps.derive-artifact-name.outputs.SBOM_DIR }}/${{ steps.derive-artifact-name.outputs.SBOM_ARTIFACT_NAME }}
160160
asset_name: ${{ steps.derive-artifact-name.outputs.SBOM_ARTIFACT_NAME }}
161+
asset_content_type: application/zip
161162

162163
- name: Generate artifact attestation
163164
uses: actions/attest-build-provenance@v1

0 commit comments

Comments
 (0)