starbase

Graph-based security analysis for everyone

MPL-2.0 License

Downloads
7
Stars
302
Committers
15

Bot releases are visible (Hide)

starbase - v0.10.0 Latest Release

Published by j1-internal-automation about 1 year ago

🚀 Enhancement

⚠️ Pushed to main

  • Populate CODEOWENRS, baseline package.json and baseline cortex.yaml (@jablonnc)

Authors: 2

starbase - v0.9.0

Published by j1-internal-automation over 1 year ago

🚀 Enhancement

🐛 Bug Fix

Authors: 2

starbase - v0.8.0

Published by j1-internal-automation over 1 year ago

🚀 Enhancement

🐛 Bug Fix

Authors: 1

starbase - v0.7.0

Published by j1-internal-automation over 1 year ago

🚀 Enhancement

🐛 Bug Fix

Authors: 2

starbase - v0.6.0

Published by j1-internal-automation over 1 year ago

🚀 Enhancement

  • Bumping minor revision to fix past manual tag creation #87 (@adam-in-ict)

🐛 Bug Fix

Authors: 1

starbase - Support -c, --config optional config path option

Published by erichs almost 2 years ago

CLI now supports the -c, --config optional parameter (defaults to config.yaml). This option is required when working with docker, e.g.:

# assume working dir contains a config.yaml
cd /path/to/working/dir && mkdir -p .integrations
docker run -it --rm -v $PWD/.integrations:/opt/jupiterone/starbase/.integrations -v $PWD/config.yaml:/tmp/config.yaml ghcr.io/jupiterone/starbase setup -c /tmp/config.yaml
docker run -it --rm -v $PWD/.integrations:/opt/jupiterone/starbase/.integrations -v $PWD/config.yaml:/tmp/config.yaml ghcr.io/jupiterone/starbase run -c /tmp/config.yaml
starbase - v0.5.0

Published by j1-internal-automation about 2 years ago

🚀 Enhancement

Authors: 1

starbase - v0.4.3

Published by j1-internal-automation about 2 years ago

🐛 Bug Fix

Authors: 2

starbase - v0.3.0

Published by austinkelleher about 2 years ago

Releases:

  • #70 - Disable schema validation by default
  • #71 - Support for publishing a Docker image to the GitHub Container Registry
starbase - Release 0.2.4

Published by github-actions[bot] over 2 years ago

Fixed

  • Bumped SDK version to pull in fix for issue where we would periodically see
    duplicate nodes.
starbase - Release 0.2.3

Published by github-actions[bot] over 2 years ago

Changed

  • Bumped SDK version to get access to performance improvements for Neo4j
    uploads.
starbase - Release 0.2.2

Published by github-actions[bot] over 2 years ago

Fixed

  • Updated publish command.
starbase - Release 0.2.0

Published by github-actions[bot] over 2 years ago

Changed

  • Swapped out nodegit for simple-git as it has a simpler interface and some
    users encountered a known issue with libgit2/nodegit where OSX is unable
    to verify certs from github.com

Added

  • Commands to wipe and wipe-all now support the ability to wipe data in the
    Neo4j database, either by integrationID or completely.
  • The additional yarn neo4j:start:plugins command starts the Neo4j Docker
    image including the GDS and APOC libraries.

Changed

  • Commands now only include setup and run. The update-integrations command has
    now been absorbed into setup and it now performs clone, update, and dependency
    installation.

Fixed

  • Steps are now properly awaiting prior to final push to Neo4j.
starbase - Release 0.1.0

Published by github-actions[bot] almost 3 years ago

Added

  • Initial definition of project.
  • Individual commands for setup, update-integrations, and run defined via
    commander.
Package Rankings
Top 9.63% on Proxy.golang.org
Top 14.4% on Npmjs.org
Related Projects