aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/security.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/security.yaml')
-rw-r--r--.github/workflows/security.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml
deleted file mode 100644
index c4f7947..0000000
--- a/.github/workflows/security.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: Security audit
-
-on:
- push:
- branches:
- - master
- pull_request:
-
-jobs:
- security_audit:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
-
- - uses: actions-rs/audit-check@v1
- with:
- token: ${{ secrets.GITHUB_TOKEN }}