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