Skip to content

Commit 8a552d2

Browse files
authored
Update sbom.yml
Signed-off-by: Michael Kaufmann <[email protected]>
1 parent 87eccf7 commit 8a552d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/sbom.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ jobs:
1919
with:
2020
path: ./ch9_release/src/Tailwind.Traders.Web.sln
2121
github-bearer-token: ${{ secrets.GITHUB_TOKEN }}
22-
22+
json: true
23+
2324
- name: Attest
2425
uses: actions/attest-sbom@v1
2526
with:
2627
subject-path: ./ch9_release/src/
27-
sbom-path: bom.xml
28+
sbom-path: bom.json
2829

2930
- name: Upload a Build Artifact
3031
uses: actions/upload-artifact@v4
3132
with:
32-
path: bom.xml
33+
path: bom.json
3334

0 commit comments

Comments
 (0)