Skip to content

Commit

Permalink
chore(package): Set snyk: false.
Browse files Browse the repository at this point in the history
I mean, the cloud service is scanning the GitHub repos anyways, so there's no need to run this locally right?

Or am I getting this switch the other way around...? 馃
  • Loading branch information
randytarampi committed Oct 18, 2020
1 parent 4307d62 commit 02cfea7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"test:actual:collect": "junit-merge $(ls packages/*/test-results.xml) --out ./test-results.xml",
"test:collect": "yarn run test:actual:collect"
},
"snyk": true,
"snyk": false,
"workspaces": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/android-icon-resize/package.json
Expand Up @@ -59,5 +59,5 @@
"test": "yarn test:actual",
"test:actual": "nyc tape test.js | tee >(tap-junit --output ./ --name test-results.xml) >(tap-nyc)"
},
"snyk": true
"snyk": false
}
2 changes: 1 addition & 1 deletion packages/android-splash-generate/package.json
Expand Up @@ -60,5 +60,5 @@
"test": "yarn test:actual",
"test:actual": "nyc tape test.js | tee >(tap-junit --output ./ --name test-results.xml) >(tap-nyc)"
},
"snyk": true
"snyk": false
}
2 changes: 1 addition & 1 deletion packages/asset-generator/package.json
Expand Up @@ -82,5 +82,5 @@
"test": "gulp -LLLL --color test"
},
"sideEffects": false,
"snyk": true
"snyk": false
}
2 changes: 1 addition & 1 deletion packages/asset-service/package.json
Expand Up @@ -71,5 +71,5 @@
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
"snyk": false
}
2 changes: 1 addition & 1 deletion packages/generic-icon-splash-generate/package.json
Expand Up @@ -75,5 +75,5 @@
"test": "gulp -LLLL --color test"
},
"sideEffects": false,
"snyk": true
"snyk": false
}
2 changes: 1 addition & 1 deletion packages/ios-icon-resize/package.json
Expand Up @@ -62,5 +62,5 @@
"test": "yarn test:actual",
"test:actual": "nyc tape test.js | tee >(tap-junit --output ./ --name test-results.xml) >(tap-nyc)"
},
"snyk": true
"snyk": false
}
2 changes: 1 addition & 1 deletion packages/ios-splash-generate/package.json
Expand Up @@ -61,5 +61,5 @@
"test": "yarn test:actual",
"test:actual": "nyc tape test.js | tee >(tap-junit --output ./ --name test-results.xml) >(tap-nyc)"
},
"snyk": true
"snyk": false
}

0 comments on commit 02cfea7

Please sign in to comment.