Skip to content

Commit

Permalink
CycloneDX: fix --output path setting
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Mar 16, 2024
1 parent e375bd7 commit e315e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e315e92

Please sign in to comment.