From 80b4a11821ca46c3a392fb84180af090b2b81f30 Mon Sep 17 00:00:00 2001 From: Aitor Ruano <45633475+c0dearm@users.noreply.github.com> Date: Fri, 24 Jan 2020 10:52:54 +0100 Subject: [PATCH] Delete sec.yml --- .github/workflows/sec.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/sec.yml diff --git a/.github/workflows/sec.yml b/.github/workflows/sec.yml deleted file mode 100644 index 833ddcc..0000000 --- a/.github/workflows/sec.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - push: - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' - -name: Security Audit - -jobs: - security: - name: Security - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }}