Skip to content

Commit

Permalink
chore: add workflow for dependency-track
Browse files Browse the repository at this point in the history
  • Loading branch information
martinakraus committed Jan 7, 2025
1 parent a47f645 commit ee4fd80
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/generate-and-upload-bom.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: 'This workflow creates bill of material and uploads it to Dependency-Track each night'

on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']

# on:
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
Expand Down

0 comments on commit ee4fd80

Please sign in to comment.