Categorygithub.com/ca-risken/code
module
0.11.0
Repository: https://github.com/ca-risken/code.git
Documentation: pkg.go.dev

# README

RISKEN Code

Build Status

RISKEN is a monitoring tool for your cloud platforms, web-site, source-code... RISKEN Code is a security monitoring system for source code that searches, analyzes, evaluate, 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/code.yaml

servicespecbefore (public images)after (pre-build images on your machine)
gitleaksspec.template.spec.containers.imagepublic.ecr.aws/risken/code/gitleaks:latestcode/gitleaks:latest
dependencyspec.template.spec.containers.imagepublic.ecr.aws/risken/code/dependency:latestcode/dependency:latest

Community

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

License

MIT.

# Packages

No description provided by the author
No description provided by the author