-
Notifications
You must be signed in to change notification settings - Fork 4
Home
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.
Projects are not consistently using linting and secret scanning tools in local environments.
By removing the choice overload that exists in the developer tooling world to curated choices this streamlines the developer experience.
Developers are familiar working with CLIs. This CLI could be installed by IT on developer machines, or installed by a package manager like Homebrew.
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.
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
- C#
- Python
- Java
- Terraform
- TypeScript
Check out the README for instructions on installation.