diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-11-14 08:55:02 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-11-14 09:29:02 +0100 |
| commit | bdc812d0e358c013c0f9c993d2b9fac3849e15f0 (patch) | |
| tree | b08ca29df42bafa5080549943844651b8a666546 /.github | |
| parent | e8bead507bd9b215af316de1a6afc9059fd66bf9 (diff) | |
| download | mullvadvpn-bdc812d0e358c013c0f9c993d2b9fac3849e15f0.tar.xz mullvadvpn-bdc812d0e358c013c0f9c993d2b9fac3849e15f0.zip | |
Remove the cargo audit CI job, since the same is covered by cargo deny
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml deleted file mode 100644 index e98fdfd93a..0000000000 --- a/.github/workflows/cargo-audit.yml +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Rust - Audit dependencies -on: - pull_request: - paths: - - .github/workflows/cargo-audit.yml - - Cargo.lock - - test/Cargo.lock - schedule: - # At 06:20 UTC every day. Will create an issue if a CVE is found. - - cron: '20 6 * * *' - workflow_dispatch: - -permissions: - issues: write - -jobs: - audit: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - uses: actions-rust-lang/audit@531fba54daed81c23724925a1892a60c74969c38 # v1.2.1 - name: Audit Rust Dependencies - with: - file: Cargo.lock - denyWarnings: true - # Ignored audit issues. This list should be kept short, and effort should be - # put into removing items from the list. - - - uses: actions-rust-lang/audit@531fba54daed81c23724925a1892a60c74969c38 # v1.2.1 - name: Audit testrunner Rust Dependencies - with: - file: test/Cargo.lock - denyWarnings: true - # Ignored audit issues. This list should be kept short, and effort should be - # put into removing items from the list. |
