diff --git a/.github/workflows/collect-sbom-library.yaml b/.github/workflows/collect-sbom-library.yaml new file mode 100644 index 00000000..7fc50dde --- /dev/null +++ b/.github/workflows/collect-sbom-library.yaml @@ -0,0 +1,23 @@ +name: Collect Library Licenses + +on: + schedule: + - cron: "0 2 * * 1" # Weekly on Monday + workflow_dispatch: + +permissions: {} + +jobs: + collect-licenses: + permissions: + contents: read + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + with: + persist-credentials: false + + - name: Collect library licenses + uses: open-edge-platform/geti-ci/actions/collect-sbom-library@eee8dda846963533ec8b4498086f4432e3adea59 + with: + path: .