We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52844cc commit 47df6aaCopy full SHA for 47df6aa
.github/workflows/build.yml
@@ -136,6 +136,14 @@ jobs:
136
path: eng/signing
137
if-no-files-found: error
138
139
+ - name: Generate SBOM
140
+ uses: anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
141
+ with:
142
+ artifact-name: build-${{ matrix.os_name }}.spdx.json
143
+ output-file: ./artifacts/build.spdx.json
144
+ path: ./artifacts/bin
145
+ upload-release-assets: ${{ runner.os == 'Windows' }}
146
+
147
- name: Get .NET tools versions
148
id: get-dotnet-tools-versions
149
shell: pwsh
0 commit comments