Skip to content

Commit

Permalink
Merge pull request #94 from snyk-tech-services/develop
Browse files Browse the repository at this point in the history
RELEASE
  • Loading branch information
lili2311 authored Jun 29, 2022
2 parents 54d7355 + 0d2ff79 commit 1339371
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1,540 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
version: 2.1
orbs:
snyk: snyk/[email protected]
jobs:
build-test-publish:
docker:
Expand All @@ -10,10 +8,6 @@ jobs:
- run: npm install semantic-release @semantic-release/exec pkg --save-dev
- run: npm install
- run: npm test
- snyk/scan:
fail-on-issues: true
monitor-on-build: true
token-variable: SNYK_TOKEN
- run: npx semantic-release
build-test:
docker:
Expand All @@ -22,20 +16,13 @@ jobs:
- checkout
- run: npm install
- run: npm test
- snyk/scan:
fail-on-issues: true
monitor-on-build: false
token-variable: SNYK_TOKEN
- run: npx tsc
build-test-from-fork:
docker:
- image: circleci/node:latest
steps:
- checkout
- run: npm install
- run: npm test
- run: npx tsc

workflows:
version: 2.1
nightly:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
.dccache
dist
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ snyk-filter takes the JSON outputted from the [Snyk CLI](https://support.snyk.io

[![Known Vulnerabilities](https://snyk.io//test/github/snyk-tech-services/snyk-filter/badge.svg?targetFile=package.json)](https://snyk.io//test/github/snyk-tech-services/snyk-filter?targetFile=package.json)
[![CircleCI](https://circleci.com/gh/snyk-tech-services/snyk-filter.svg?style=svg)](https://circleci.com/gh/snyk-tech-services/snyk-filter)
[![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Not%20Maintained-yellow.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)

# How do I use it?

## Clone & Install
**This repository is not in active developemnt and critical bug fixes only will be considered.**

First, clone the repo.
Then run
# How do I use it?

`npm install -g`
## Install
`npm i -g snyk-filter`

### Note about `node-jq`

Expand Down
Loading

0 comments on commit 1339371

Please sign in to comment.