From 22cd5c4cadba87f3ce2a374e5b74d725ca1a287f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 18 Jun 2024 11:08:29 -0700 Subject: [PATCH] chore: remove regex detector test I don't think it's working anymore. --- .github/workflows/redos-detector.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/redos-detector.yml diff --git a/.github/workflows/redos-detector.yml b/.github/workflows/redos-detector.yml deleted file mode 100644 index 4384d9d..0000000 --- a/.github/workflows/redos-detector.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: vuln-regex-detector -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: '0' - - - name: Scan for redos - uses: meekdenzo/vrd@v1.0.3