From 1cb8c1385eb92b0ea542683d32eedd833984089f Mon Sep 17 00:00:00 2001 From: Yago Iglesias Date: Fri, 3 Nov 2023 11:50:50 +0100 Subject: [PATCH] ci: Remove unused workflow --- .github/workflows/audit.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/audit.yml diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml deleted file mode 100644 index 2a5d565..0000000 --- a/.github/workflows/audit.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Security audit -on: - schedule: - - cron: "0 0 * * *" - push: - paths: - - "**/Cargo.toml" - - "**/Cargo.lock" -jobs: - security_audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: taiki-e/install-action@cargo-deny - - name: Scan for vulnerabilities - run: cargo deny check advisories