Skip to content

Commit

Permalink
fix: remove reachability from plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
magdziarek committed Oct 10, 2022
1 parent aeb9cdf commit cdebec7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 235 deletions.
243 changes: 20 additions & 223 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -115,9 +115,9 @@
"snyk-cpp-plugin": "2.20.1",
"snyk-docker-plugin": "^5.6.0",
"snyk-go-plugin": "1.19.2",
"snyk-gradle-plugin": "3.24.1",
"snyk-gradle-plugin": "3.24.2",
"snyk-module": "3.1.0",
"snyk-mvn-plugin": "2.31.1",
"snyk-mvn-plugin": "2.31.2",
"snyk-nodejs-lockfile-parser": "1.38.0",
"snyk-nuget-plugin": "1.23.5",
"snyk-php-plugin": "1.9.2",
Expand Down
1 change: 0 additions & 1 deletion src/cli/args.ts
Expand Up @@ -44,7 +44,6 @@ const DEBUG_DEFAULT_NAMESPACES = [
'snyk-sbt-plugin',
'snyk-mvn-plugin',
'snyk-yarn-workspaces',
'snyk-java-call-graph-builder',
];

function dashToCamelCase(dash) {
Expand Down

0 comments on commit cdebec7

Please sign in to comment.