diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml deleted file mode 100644 index fecffa23f..000000000 --- a/.github/workflows/snyk.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Security Vulnerabilites - -on: - schedule: - - cron: "0 0 * * *" - -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: --yarn-workspaces --strict-out-of-sync=false diff --git a/packages/admin/.snyk b/packages/admin/.snyk deleted file mode 100644 index 059dbb4f1..000000000 --- a/packages/admin/.snyk +++ /dev/null @@ -1,56 +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-SEMVER-3247795: - - '*': - reason: >- - dependency only used during dev and build, no upgrade currently - available - expires: 2023-09-30T14:47:46.319Z - created: 2023-06-21T14:47:46.321Z - - SNYK-JS-WORDWRAP-3149973: - - '*': - reason: >- - Dev dependency - no upgrade currently available - expires: 2023-09-30T14:10:46.319Z - created: 2023-07-21T14:10:46.321Z - - SNYK-JS-ADOBECSSTOOLS-5871286: - - '*': - reason: >- - Dev dependency - no upgrade currently available - expires: 2023-09-30T14:10:46.319Z - created: 2023-09-05T14:10:46.321Z - SNYK-JS-POSTCSS-5926692: - - '*': - reason: >- - Dev dependency - upgrade requires migration to next 13 - expires: 2023-12-09T14:10:46.319Z - created: 2023-10-09T14:10:46.321Z - SNYK-JS-AXIOS-6032459: - - '*': - reason: >- - dependency - no upgrade currently available - expires: 2023-11-15T14:10:46.319Z - created: 2023-10-25T14:10:46.321Z - SNYK-JS-NEXT-6032387: - - '*': - reason: >- - dependency - compatibility issues - expires: 2023-11-15T14:10:46.319Z - created: 2023-10-25T14:10:46.321Z - SNYK-JS-INFLIGHT-6095116: - - '*': - reason: >- - dependency - no upgrade currently available - expires: 2023-12-15T14:10:46.319Z - created: 2023-11-30T14:10:46.321Z - SNYK-JS-AXIOS-6124857: - - '*': - reason: >- - dependency - no upgrade currently available - expires: 2024-03-01T14:10:46.319Z - created: 2023-12-14T12:14:46.321Z -patch: {} \ No newline at end of file diff --git a/packages/applicant/.snyk b/packages/applicant/.snyk deleted file mode 100644 index fcfa06b37..000000000 --- a/packages/applicant/.snyk +++ /dev/null @@ -1,56 +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-SEMVER-3247795: - - '*': - reason: >- - dependency only used during dev and build, no upgrade currently - available - expires: 2023-09-30T14:47:46.319Z - created: 2023-06-21T14:47:46.321Z - - SNYK-JS-WORDWRAP-3149973: - - '*': - reason: >- - Dev dependency - no upgrade currently available - expires: 2023-09-30T14:10:46.319Z - created: 2023-07-21T14:10:46.321Z - - SNYK-JS-ADOBECSSTOOLS-5871286: - - '*': - reason: >- - Dev dependency - no upgrade currently available - expires: 2023-09-30T14:10:46.319Z - created: 2023-09-05T14:10:46.321Z - SNYK-JS-POSTCSS-5926692: - - '*': - reason: >- - Dev dependency - upgrade requires migration to next 13 - expires: 2023-12-09T14:10:46.319Z - created: 2023-10-09T14:10:46.321Z - SNYK-JS-AXIOS-6032459: - - '*': - reason: >- - dependency - no upgrade currently available - expires: 2023-11-15T14:10:46.319Z - created: 2023-10-25T14:10:46.321Z - SNYK-JS-NEXT-6032387: - - '*': - reason: >- - dependency - compatibility issues - expires: 2023-11-15T14:10:46.319Z - created: 2023-10-25T14:10:46.321Z - SNYK-JS-INFLIGHT-6095116: - - '*': - reason: >- - dependency - no upgrade currently available - expires: 2023-12-15T14:10:46.319Z - created: 2023-11-30T14:10:46.321Z - SNYK-JS-AXIOS-6124857: - - '*': - reason: >- - dependency - no upgrade currently available - expires: 2024-03-01T14:10:46.319Z - created: 2023-12-14T12:14:46.321Z -patch: {}