We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9baacf commit e0f8330Copy full SHA for e0f8330
.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: "f3a367a8-51a6-4d52-bc1b-48996c6e438d"
17
+ secrets: inherit
0 commit comments