Browse Source

CycloneDX: fix --output path setting

natural-type-lambdas-methods
Christoph Wille 1 year ago
parent
commit
e315e929dd
  1. 2
      .github/workflows/generate-bom.yml

2
.github/workflows/generate-bom.yml

@ -19,7 +19,7 @@ jobs: @@ -19,7 +19,7 @@ jobs:
run: dotnet tool install --global CycloneDX
- name: Analyze
run: dotnet CycloneDX ILSpy/ILSpy.csproj --out sbom --recursive --exclude-dev --exclude-test-projects
run: dotnet-CycloneDX ILSpy/ILSpy.csproj --output sbom --recursive --exclude-dev --exclude-test-projects
- name: Upload BOM
uses: actions/upload-artifact@v4

Loading…
Cancel
Save