Skip to content

Commit

Permalink
Remove snyk [automated]
Browse files Browse the repository at this point in the history
In mid-December 2024 we will be letting our Snyk contract expire. We'll
be moving to GitHub Advanced Security as an alternative.

This PR is an attempt to get ahead of the deadline. Considering how out
of date some of our Snyk implementations are, and that we rarely take
the time to merge the PRs, we think it's fine to remove it way ahead of
time.

If you want an interrim solution, enable Dependabot Security updates for
this repository by visiting the following page and clicking 'Enable' next
to 'Dependabot security updates':
https://github.com/Financial-Times/n-syndication/settings/security_analysis

You're also free to ignore this PR and do the work yourself closer to
the deadline. Cyber will be doing some broader comms later in the year.

This PR was automated, please take a little extra care when reviewing. I
won't be attempting to fix build failures or small repo-specific quirks
but feel free to build on top of this PR.

**Note:** we were unable to automatically update the package lock for this
repository as our script encountered errors. You may need to look into the
issue before merging.
  • Loading branch information
rowanmanning committed Jun 27, 2024
1 parent 11b9fab commit 3fec9c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .snyk

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"postcss-loader": "^7.3.3",
"sass-lint": "^1.13.1",
"sass-loader": "^13.3.2",
"snyk": "^1.167.2",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-merge": "^5.9.0",
Expand Down Expand Up @@ -73,7 +72,6 @@
"scripts": {
"commit": "commit-wizard",
"test": "dotcom-tool-kit test:local",
"prepare": "npx snyk protect || npx snyk protect -d || true",
"lint": "eslint . --ext .jsx,.js",
"lint-fix": "eslint . --ext .jsx,.js --fix",
"build": "dotcom-tool-kit build:local",
Expand Down

0 comments on commit 3fec9c5

Please sign in to comment.