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
|
dotnet tool install --global CycloneDX
|
||||||
- name: Generate SBOM
|
- name: Generate SBOM
|
||||||
run: |
|
run: |
|
||||||
dotnet CycloneDX Server/Server.csproj -o .
|
dotnet CycloneDX Server/Server.csproj -o . -dgl
|
||||||
- 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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue