]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Also run `cargo audit` when the dependencies are updated 16181/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Sep 2025 14:43:39 +0000 (16:43 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Sep 2025 15:10:10 +0000 (17:10 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
.github/workflows/daily-rust-audit.yml

index e3bc51bdb73b5be6b1f075f87b46a8e833816e7a..ac884a6fbc5e3225adf37f93727b8dbdf734c36a 100644 (file)
@@ -2,6 +2,10 @@ name: Security audit of Rust dependencies
 on:
   schedule:
     - cron: '0 0 * * *'
+  push:
+    paths:
+      - '**/Cargo.toml'
+      - '**/Cargo.lock'
 
 permissions:
   contents: read