ci: disable github license resolution for now
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s
Test if Server can be built / dependency-track (push) Successful in 30s
Test if Server can be built / sonarqube (push) Successful in 1m18s

This commit is contained in:
Timothy Schenk 2023-11-01 20:57:23 +01:00
parent 04299f988c
commit 451a1bf12e

View file

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