From d79e3816f72cdaf9282e86ca55210888030a7c58 Mon Sep 17 00:00:00 2001 From: James Harrison <131665043+jharrisonSV@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:54:45 +0100 Subject: [PATCH] ci: add sbom workflow --- .github/workflows/sbom.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/sbom.yml diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml new file mode 100644 index 0000000..ad541dc --- /dev/null +++ b/.github/workflows/sbom.yml @@ -0,0 +1,11 @@ +name: SBOM Recording + +on: + push: + branches: + - "main" + +jobs: + record-sbom: + uses: satellitevu/sbom/.github/workflows/sbom-recording.reusable.yml@main + secrets: inherit # pragma: allowlist secret