ci: fix upload
Some checks failed
Test if Server can be built / build-server (push) Successful in 29s
Test if Server can be built / dependency-track (push) Failing after 28s
Test if Server can be built / sonarqube (push) Successful in 1m18s

This commit is contained in:
Timothy Schenk 2023-11-01 20:28:21 +01:00
parent 636af4b812
commit 47b78c6738

View file

@ -67,7 +67,7 @@ jobs:
dotnet tool install --global CycloneDX dotnet tool install --global CycloneDX
- name: Generate SBOM - name: Generate SBOM
run: | run: |
dotnet CycloneDX -o bom.xml dotnet CycloneDX .\Server\Server.csproj -o bom.xml
- name: Upload SBOM - name: Upload SBOM
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.0.1 uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.0.1
with: with: