Skip to content

Commit

Permalink
chore: allow triggering blackduck scans manually (#1104)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it

it is currently impossible to trigger the blackduck scans manually so
now we should be able to in case we have a transient failure.

#### Which issue(s) this PR fixes
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
  • Loading branch information
jakobmoellerdev authored Nov 19, 2024
1 parent fb23e41 commit f20764d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blackduck_scan_scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Blackduck Scan Cronjob
on:
schedule:
- cron: '5 0 * * 0'
workflow_dispatch:

permissions:
checks: write
Expand Down

0 comments on commit f20764d

Please sign in to comment.