We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b0c79c + 563e43a commit 9243d26Copy full SHA for 9243d26
.github/workflows/generate-and-upload-bom.yml
@@ -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