From e315e929dd78824259245ef30e99be85b6a05021 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sat, 16 Mar 2024 08:48:28 +0100 Subject: [PATCH] CycloneDX: fix --output path setting --- .github/workflows/generate-bom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-bom.yml b/.github/workflows/generate-bom.yml index 0a94d43380..5cfafea631 100644 --- a/.github/workflows/generate-bom.yml +++ b/.github/workflows/generate-bom.yml @@ -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