Skip to content

Commit 1339371

Browse files
author
Lili Kastilio
authored
Merge pull request #94 from snyk-tech-services/develop
RELEASE
2 parents 54d7355 + 0d2ff79 commit 1339371

File tree

7 files changed

+16
-1540
lines changed

7 files changed

+16
-1540
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
version: 2.1
2-
orbs:
3-
snyk: snyk/snyk@0.0.8
42
jobs:
53
build-test-publish:
64
docker:
@@ -10,10 +8,6 @@ jobs:
108
- run: npm install semantic-release @semantic-release/exec pkg --save-dev
119
- run: npm install
1210
- run: npm test
13-
- snyk/scan:
14-
fail-on-issues: true
15-
monitor-on-build: true
16-
token-variable: SNYK_TOKEN
1711
- run: npx semantic-release
1812
build-test:
1913
docker:
@@ -22,20 +16,13 @@ jobs:
2216
- checkout
2317
- run: npm install
2418
- run: npm test
25-
- snyk/scan:
26-
fail-on-issues: true
27-
monitor-on-build: false
28-
token-variable: SNYK_TOKEN
29-
- run: npx tsc
3019
build-test-from-fork:
3120
docker:
3221
- image: circleci/node:latest
3322
steps:
3423
- checkout
3524
- run: npm install
3625
- run: npm test
37-
- run: npx tsc
38-
3926
workflows:
4027
version: 2.1
4128
nightly:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
.dccache
3+
dist

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ snyk-filter takes the JSON outputted from the [Snyk CLI](https://support.snyk.io
77

88
[![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)
99
[![CircleCI](https://circleci.com/gh/snyk-tech-services/snyk-filter.svg?style=svg)](https://circleci.com/gh/snyk-tech-services/snyk-filter)
10+
[![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Not%20Maintained-yellow.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
1011

11-
# How do I use it?
12-
13-
## Clone & Install
12+
**This repository is not in active developemnt and critical bug fixes only will be considered.**
1413

15-
First, clone the repo.
16-
Then run
14+
# How do I use it?
1715

18-
`npm install -g`
16+
## Install
17+
`npm i -g snyk-filter`
1918

2019
### Note about `node-jq`
2120

0 commit comments

Comments
 (0)