Skip to content
gabenegron edited this page Apr 28, 2023 · 2 revisions

seCureLI

seCureLI is a tool that enables you to experience the delight of building products by helping you get ideas from your head into working software as frictionlessly as possible, in a reliable, secure, scalable, and observable way.

What problem does seCureLI solve?

Projects are not consistently using linting and secret scanning tools in local environments.

Curated & low friction

By removing the choice overload that exists in the developer tooling world to curated choices this streamlines the developer experience.

Developer friendly

Developers are familiar working with CLIs. This CLI could be installed by IT on developer machines, or installed by a package manager like Homebrew.

Shifting left

The developer environment is the best place to provide tools to help them write secure code while not compromising velocity. Linters and secret scanners are tools that every developer should embrace if we introduce them as a way to help them, not a gate that will slow them down.

How does seCureLI work?

SeCureLI isn’t a magic tool that makes things secure because you have it. It enables a lot of other tools that you could set up individually and helps you as a developer write better code.

SeCureLI:

  • installs linters based on the code of your project to support security and coding best practices
  • configures all the hooks needed so you don’t have to
  • scans your local repo for secrets before you commit code to a remote repository

What development lanaguges does seCureLI support?

  • C#
  • Python
  • Java
  • Terraform
  • TypeScript

How can I get started using seCureLI

Check out the README for instructions on installation.