We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87eccf7 commit 8a552d2Copy full SHA for 8a552d2
.github/workflows/sbom.yml
@@ -19,15 +19,16 @@ jobs:
19
with:
20
path: ./ch9_release/src/Tailwind.Traders.Web.sln
21
github-bearer-token: ${{ secrets.GITHUB_TOKEN }}
22
-
+ json: true
23
+
24
- name: Attest
25
uses: actions/attest-sbom@v1
26
27
subject-path: ./ch9_release/src/
- sbom-path: bom.xml
28
+ sbom-path: bom.json
29
30
- name: Upload a Build Artifact
31
uses: actions/upload-artifact@v4
32
- path: bom.xml
33
+ path: bom.json
34
0 commit comments