diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47c3abca..8a1cd4df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,6 +82,7 @@ jobs: - name: Generate SBOM uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0 + if: runner.os != 'Windows' # HACK Disabled due to https://github.com/anchore/sbom-action/issues/472 with: artifact-name: build-${{ matrix.os-name }}.spdx.json output-file: ./artifacts/build.spdx.json diff --git a/Directory.Packages.props b/Directory.Packages.props index 8dfb7e72..5a5a3fb6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -40,7 +40,7 @@ - +