From 4598461209f9e4041e1abcb466674be82b24d8ca Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Mon, 8 Sep 2025 22:56:52 +1000 Subject: [PATCH] Add sbom-action to attempt to generate SBOMs --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b93d06c..cba13c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,6 +75,8 @@ jobs: with: name: "Wheels-tarball" path: target/wheels/ahocorasick*.tar.gz + - name: Generate SBOM + uses: anchore/sbom-action@v0 publish: needs: ['tests']