Feat: Zeitplan des TruffleHog-Scans um eine Stunde nach hinten verschoben (Cron "0 5 * * 1" → "0 6 * * 1").

This commit is contained in:
2026-09-10 19:53:41 +02:00
parent b3ada88288
commit 072bde05e1
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 5 * * 1"
- cron: "0 6 * * 1"
workflow_dispatch:
jobs: