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