summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2023-06-29 14:21:56 +0200
committerLinus Färnstrand <faern@faern.net>2023-06-29 14:21:56 +0200
commit9e7bb470758385159ade1e22d5093b535a5e667c (patch)
tree06718d33de8782d2a7cb1959dc1f24f3db358457
parente23295c58912514231ceb915db0369f13b52a92b (diff)
parentaf7ba8111a22c65a6ad4fd5e7df21647976ffa6a (diff)
downloadmullvadvpn-9e7bb470758385159ade1e22d5093b535a5e667c.tar.xz
mullvadvpn-9e7bb470758385159ade1e22d5093b535a5e667c.zip
Merge branch 'fix-cargo-audit-ci'
-rw-r--r--.github/workflows/cargo-audit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index f5c9161831..6babb09f20 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -6,8 +6,8 @@ on:
- .github/workflows/cargo-audit.yml
- Cargo.lock
schedule:
- # At 12:00 UTC every day. Will create an issue if a CVE is found
- - cron: '00 12 * * *'
+ # At 06:20 UTC every day. Will create an issue if a CVE is found.
+ - cron: '20 6 * * *'
workflow_dispatch:
jobs:
audit:
@@ -28,4 +28,4 @@ jobs:
# RUSTSEC-2021-0145: The vulnerability affects custom global allocators,
# so it should be safe to ignore it. Stop ignoring the warning once
# atty has been removed from our dependency tree.
- ignore: RUSTSEC-2020-0071
+ ignore: RUSTSEC-2020-0071,RUSTSEC-2021-0145