From b25de6c33653fd2a2f7ed3ab1420eb617e497318 Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Tue, 16 Jul 2024 00:15:04 +0100 Subject: [PATCH] Revert "ci: Disable SBOM on tests for Windows" This reverts commit e92617298ccc8581236f2d172ad4c618a08d1f99. --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7a0e923..8043a62d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,6 @@ jobs: os: linux target: x86_64-unknown-linux-gnu coverage: true - sbom: true setup: | sudo apt-get update sudo apt-get install -y libdbus-1-3 libdbus-1-dev @@ -95,7 +94,6 @@ jobs: run_on: macos-latest os: darwin target: x86_64-apple-darwin - sbom: true - arch: arm64 run_on: macos-latest os: darwin @@ -209,7 +207,6 @@ jobs: token: ${{ env.CODECOV_TOKEN }} - uses: anchore/sbom-action@v0 - if: matrix.sbom || false with: file: "target/${{ matrix.target }}/debug/git-tool${{ matrix.extension }}" format: 'spdx-json'