Skip to content

This workflow creates bill of material and uploads it to Dependency-Track each night #252

This workflow creates bill of material and uploads it to Dependency-Track each night

This workflow creates bill of material and uploads it to Dependency-Track each night #252

name: 'This workflow creates bill of material and uploads it to Dependency-Track each night'
on:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
create-bom:
uses: dhis2/workflows-platform/.github/workflows/generate-and-upload-bom.yml@v1
with:
node_version: 20
project_id: '9b6556e9-94a8-4e76-8505-b8ad12eb5020'
secrets: inherit