diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml deleted file mode 100644 index b7cd229..0000000 --- a/.github/workflows/snyk.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Security Vulnerabilites - -on: - pull_request: - branches: - - develop - -jobs: - build: - name: Snyk scan - - runs-on: ubuntu-latest - - permissions: - contents: read - - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - - name: Snyk setup - uses: snyk/actions/node@master - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - with: - args: --strict-out-of-sync=false diff --git a/.snyk b/.snyk deleted file mode 100644 index b9c1462..0000000 --- a/.snyk +++ /dev/null @@ -1,17 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.25.0 -# ignores vulnerabilities until expiry date; change duration by modifying expiry date -ignore: - SNYK-JS-AXIOS-6032459: - - '*': - reason: >- - no upgrade currently available - expires: 2023-12-31T00:00.00.000Z - created: 2023-10-25T09:53:46.321Z - SNYK-JS-INFLIGHT-6095116: - - '*': - reason: >- - no upgrade currently available - expires: 2023-12-10T00:00:46.319Z - created: 2023-12-01T18:06:46.321Z -patch: {}