Browse Source

fix: remove audit workflow

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 1 year ago
parent
commit
5b8209b964
1 changed files with 0 additions and 24 deletions
  1. 0 24
      .github/workflows/audit.yml

+ 0 - 24
.github/workflows/audit.yml

@@ -1,24 +0,0 @@
-# SPDX-FileCopyrightText: 2024 Christina Sørensen
-# SPDX-License-Identifier: EUPL-1.2
-#
-# SPDX-FileCopyrightText: 2023-2024 Christina Sørensen, eza contributors
-# SPDX-FileCopyrightText: 2014 Benjamin Sago
-# SPDX-License-Identifier: MIT
-name: Security audit
-on:
-  schedule:
-    - cron: '0 0 * * *'
-  push:
-    paths:
-      - '.github/workflows/audit.yml'
-      - '**/Cargo.toml'
-      - '**/Cargo.lock'
-      - 'deny.toml'
-jobs:
-  security_audit:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v4
-      - uses: taiki-e/install-action@cargo-deny
-      - name: Scan for vulnerabilities
-        run: cargo deny check