Skip to content

Commit

Permalink
Update cron job to run black duck scan weekly.
Browse files Browse the repository at this point in the history
Gleb Levitin <[email protected]>, Mercedes-Benz Tech Innovation GmbH
  • Loading branch information
levitin committed Jan 23, 2025
1 parent da6d022 commit f8909ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blackduck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
workflow_dispatch:
schedule:
- cron: "0 3 * * *"
- cron: "0 3 * * 1"

jobs:
blackduck-scan:
Expand Down

0 comments on commit f8909ea

Please sign in to comment.