diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-01-20 10:49:20 +0100 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-01-20 13:18:11 +0100 |
| commit | 5339cb02c0896bc068caa78e2161be92446d21eb (patch) | |
| tree | fdbb8e798c3d08cdcd55c0f5d51f8ad7bcc0d843 /.github | |
| parent | b2ae2256f6120217dbff29ce9003bce08a452e62 (diff) | |
| download | mullvadvpn-5339cb02c0896bc068caa78e2161be92446d21eb.tar.xz mullvadvpn-5339cb02c0896bc068caa78e2161be92446d21eb.zip | |
Run cargo audit on a schedule every day
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 2dfd0145e5..07dc4c7035 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -5,6 +5,13 @@ on: paths: - .github/workflows/cargo-audit.yml - Cargo.lock + schedule: + # At 06:20 UTC every day. + # Notifications for scheduled workflows are sent to the user who last modified the cron + # syntax in the workflow file. If you update this you must have notifications for + # Github Actions enabled, so these don't go unnoticed. + # https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs + - cron: '20 6 * * *' workflow_dispatch: jobs: audit: |
