ci: fix upload
This commit is contained in:
parent
636af4b812
commit
47b78c6738
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ jobs:
|
|||
dotnet tool install --global CycloneDX
|
||||
- name: Generate SBOM
|
||||
run: |
|
||||
dotnet CycloneDX -o bom.xml
|
||||
dotnet CycloneDX .\Server\Server.csproj -o bom.xml
|
||||
- name: Upload SBOM
|
||||
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.0.1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue