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

Circleci project setup #808

Closed
wants to merge 10 commits into from
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2.1
orbs:
node: circleci/[email protected]
workflows:
node-tests:
jobs:
- node/test
11 changes: 11 additions & 0 deletions .github/workflows/snyk_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Example workflow using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.de7adf2d-69fd-4027-a800-db2f0be293e5 }}
37 changes: 37 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.19.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- tap > nyc > istanbul-lib-instrument > babel-types > lodash:
patched: '2020-09-15T23:17:48.739Z'
- tap > nyc > istanbul-lib-instrument > babel-generator > lodash:
patched: '2020-09-15T23:17:48.739Z'
- tap > nyc > istanbul-lib-instrument > babel-traverse > lodash:
patched: '2020-09-15T23:17:48.739Z'
- tap > nyc > istanbul-lib-instrument > babel-template > lodash:
patched: '2020-09-15T23:17:48.739Z'
- tap > nyc > istanbul-lib-instrument > babel-generator > babel-types > lodash:
patched: '2020-09-15T23:17:48.739Z'
- tap > nyc > istanbul-lib-instrument > babel-traverse > babel-types > lodash:
patched: '2020-09-15T23:17:48.739Z'
- tap > nyc > istanbul-lib-instrument > babel-template > babel-types > lodash:
patched: '2020-09-15T23:17:48.739Z'
- tap > nyc > istanbul-lib-instrument > babel-template > babel-traverse > lodash:
patched: '2020-09-15T23:17:48.739Z'
- tap > nyc > istanbul-lib-instrument > babel-template > babel-traverse > babel-types > lodash:
patched: '2020-09-15T23:17:48.739Z'
'npm:ms:20151024':
- humanize-ms > ms:
patched: '2020-09-15T23:17:48.739Z'
'npm:debug:20170905':
- tap > tap-mocha-reporter > debug:
patched: '2020-09-15T23:20:21.790Z'
- snyk > proxy-agent > pac-proxy-agent > get-uri > debug:
patched: '2020-09-15T23:20:21.790Z'
'npm:ms:20170412':
- tap > tap-mocha-reporter > debug > ms:
patched: '2020-09-15T23:20:21.790Z'
- snyk > proxy-agent > pac-proxy-agent > get-uri > debug > ms:
patched: '2020-09-15T23:20:21.790Z'
Loading