Skip to content

Commit a2d84b9

Browse files
authored
ci: Add Collect Library Licenses workflow (#473)
1 parent 98a850e commit a2d84b9

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Collect Library Licenses
2+
3+
on:
4+
schedule:
5+
- cron: "0 2 * * 1" # Weekly on Monday
6+
workflow_dispatch:
7+
8+
permissions: {}
9+
10+
jobs:
11+
collect-licenses:
12+
permissions:
13+
contents: read
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+
with:
18+
persist-credentials: false
19+
20+
- name: Collect library licenses
21+
uses: open-edge-platform/geti-ci/actions/collect-sbom-library@eee8dda846963533ec8b4498086f4432e3adea59
22+
with:
23+
path: .

0 commit comments

Comments
 (0)