Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sunset snyk protect #5188

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,14 +1006,10 @@ jobs:
- run:
name: Building snyk-fix.tgz
command: make binary-releases/snyk-fix.tgz
- run:
name: Building snyk-protect.tgz
command: make binary-releases/snyk-protect.tgz
- persist_to_workspace:
root: .
paths:
- binary-releases/snyk-fix.tgz
- binary-releases/snyk-protect.tgz

build-artifact:
parameters:
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ $(BINARY_RELEASES_FOLDER_TS_CLI)/snyk.tgz: prepack | $(BINARY_RELEASES_FOLDER_TS
$(BINARY_RELEASES_FOLDER_TS_CLI)/snyk-fix.tgz: prepack | $(BINARY_RELEASES_FOLDER_TS_CLI)
mv $(shell npm pack --workspace '@snyk/fix') $(BINARY_RELEASES_FOLDER_TS_CLI)/snyk-fix.tgz

$(BINARY_RELEASES_FOLDER_TS_CLI)/snyk-protect.tgz: prepack | $(BINARY_RELEASES_FOLDER_TS_CLI)
mv $(shell npm pack --workspace '@snyk/protect') $(BINARY_RELEASES_FOLDER_TS_CLI)/snyk-protect.tgz

$(BINARY_RELEASES_FOLDER_TS_CLI)/snyk-alpine: prepack | $(BINARY_RELEASES_FOLDER_TS_CLI)
$(PKG) -t node$(PKG_NODE_VERSION)-alpine-x64 -o $(BINARY_RELEASES_FOLDER_TS_CLI)/snyk-alpine
$(MAKE) $(BINARY_RELEASES_FOLDER_TS_CLI)/snyk-alpine.sha256
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ The Snyk CLI project is open-source, but Snyk does not encourage outside contrib

You may look into [design decisions for the Snyk CLI](https://github.com/snyk/snyk/blob/master/help/_about-this-project/README.md).

The Snyk CLI repository is a monorepo that also covers other projects and tools, such as [@snyk/protect](https://github.com/snyk/snyk/tree/master/packages/snyk-protect), also available at [npm package for snyk-protect command](https://www.npmjs.com/package/@snyk/protect).

## Security

For any security issues or concerns, see the [SECURITY.md](https://github.com/snyk/snyk/blob/master/SECURITY.md) file in the GitHub repository.
26 changes: 0 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/snyk-protect/.prettierignore

This file was deleted.

78 changes: 0 additions & 78 deletions packages/snyk-protect/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/snyk-protect/SECURITY.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/snyk-protect/bin/snyk-protect

This file was deleted.

18 changes: 0 additions & 18 deletions packages/snyk-protect/help.txt

This file was deleted.

3 changes: 0 additions & 3 deletions packages/snyk-protect/jest.config.js

This file was deleted.

58 changes: 0 additions & 58 deletions packages/snyk-protect/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/snyk-protect/src/index.ts

This file was deleted.

68 changes: 0 additions & 68 deletions packages/snyk-protect/src/lib/analytics.ts

This file was deleted.

Loading
Loading