ci: idk
Some checks failed
Test if Server can be built / build-server (push) Successful in 27s
Test if Server can be built / dependency-track (push) Failing after 30s
Test if Server can be built / sonarqube (push) Successful in 1m16s

This commit is contained in:
Timothy Schenk 2023-11-01 20:37:21 +01:00
parent 955ac9a5f4
commit c77513006a

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 Server\Server.csproj -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: