diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index f7c84d787..c0b61d867 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -67,3 +67,18 @@ jobs: with: key: ${{ github.run_id }}-nrlf-permissions path: dist/nrlf_permissions.zip + + sbom: + name: Generate SBOM - ${{ github.ref }} + runs-on: ubuntu-latest + + steps: + - name: Git clone - ${{ github.ref }} + uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} + + - name: Generate SBOM + uses: nhs-england-tools/trivy-action/sbom-scan@v1.4.0 + with: + repo-path: "./"