ci: disable github license resolution for now
This commit is contained in:
parent
04299f988c
commit
451a1bf12e
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 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:
|
||||
|
|
Loading…
Reference in a new issue