diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml new file mode 100644 index 0000000000..63b1514d8c --- /dev/null +++ b/.github/workflows/sbom.yml @@ -0,0 +1,20 @@ +name: SBOM Generation + +on: + push: + branches: [main] + workflow_dispatch: + +permissions: + contents: write + id-token: write + attestations: write + +jobs: + sbom: + uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/sbom.yml@main + permissions: + contents: write + id-token: write + attestations: write +