Skip to content

Commit 9243d26

Browse files
authored
Merge pull request #1431 from dhis2/feat/integrate-dependency-track
ci: add workflow for generating sbom
2 parents 7b0c79c + 563e43a commit 9243d26

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'This workflow creates bill of material and uploads it to Dependency-Track each night'
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.head_ref }}
9+
cancel-in-progress: true
10+
11+
jobs:
12+
create-bom:
13+
uses: dhis2/workflows-platform/.github/workflows/generate-and-upload-bom.yml@v1
14+
with:
15+
node_version: 20
16+
project_id: '1cd92c93-f392-4eab-b2a3-dfd9b366fde1'
17+
secrets: inherit

0 commit comments

Comments
 (0)