🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/ca-risken/mimosa-core

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ca-risken/mimosa-core

v0.11.0
Source
Go
Version published
Created
Source

RISKEN Core

Build Status

RISKEN is a monitoring tool for your cloud platforms, web-site, source-code... RISKEN Core is the core-system that analyzes, searches, and alerts on discovered threat information.

Please check RISKEN Documentation.

Installation

Requirements

This module requires the following modules:

Install packages

This module is developed in the Go language, please run the following command after installing the Go.

$ make install

Building

Build the containers on your machine with the following command

$ make build

Running Apps

Deploy the pre-built containers to the Kubernetes environment on your local machine.

  • Follow the documentation to download the Kubernetes manifest sample.
  • Fix the Kubernetes object specs of the manifest file as follows and deploy it.

k8s-sample/overlays/local/core.yaml

servicespecbefore (public images)after (pre-build images on your machine)
alertspec.template.spec.containers.imagepublic.ecr.aws/risken/core/alert:latestcore/alert:latest
findingspec.template.spec.containers.imagepublic.ecr.aws/risken/core/finding:latestcore/finding:latest
iamspec.template.spec.containers.imagepublic.ecr.aws/risken/core/iam:latestcore/iam:latest
projectspec.template.spec.containers.imagepublic.ecr.aws/risken/core/project:latestcore/project:latest
reportspec.template.spec.containers.imagepublic.ecr.aws/risken/core/report:latestcore/report:latest

Community

Info on reporting bugs, getting help, finding roadmaps, and more can be found in the RISKEN Community.

License

MIT.

FAQs

Package last updated on 27 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts