We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a850e commit a2d84b9Copy full SHA for a2d84b9
1 file changed
.github/workflows/collect-sbom-library.yaml
@@ -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
23
+ path: .
0 commit comments