chore: weird ci issue
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sbom-scan (push) Successful in 37s
Build, Package and Push Images / container-build (push) Successful in 1m26s
Build, Package and Push Images / sonarqube (push) Successful in 1m32s
Build, Package and Push Images / generate-licences (push) Failing after 18s
Build, Package and Push Images / container-sbom-scan (push) Successful in 35s
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sbom-scan (push) Successful in 37s
Build, Package and Push Images / container-build (push) Successful in 1m26s
Build, Package and Push Images / sonarqube (push) Successful in 1m32s
Build, Package and Push Images / generate-licences (push) Failing after 18s
Build, Package and Push Images / container-sbom-scan (push) Successful in 35s
This commit is contained in:
parent
bb1e433c88
commit
faf3dee5e4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ jobs:
|
|||
- name: Install nuget-license
|
||||
run: dotnet tool install --global dotnet-project-licenses
|
||||
- name: Export licenses
|
||||
run: dotnet-project-licenses -i . -u --projects-filter .\projects_ignore_licenses.json -m -j -e -f licenses
|
||||
run: dotnet project-licenses -i . -u --projects-filter .\projects_ignore_licenses.json -m -j -e -f licenses
|
||||
- name: Package licenses
|
||||
run: zip licenses
|
||||
- name: Upload licenses
|
||||
|
|
Loading…
Reference in a new issue